# Maintainer (Arch): Madotsuki # Maintainer: André Silva pkgname=utox-git pkgver=20150107 pkgrel=1 pkgdesc="Lightweight Tox client (git version)" arch=('i686' 'x86_64') url="https://github.com/notsecure/uTox" license=('GPL3') depends=('freetype2' 'v4l-utils' 'libvpx' 'openal' 'tox-git' 'dbus-c++' 'libx11' 'libxrender' 'libxext' 'fontconfig' 'freetype2') makedepends=('git' 'make') source=(${pkgname%-git}::git+https://github.com/notsecure/uTox) sha256sums=('SKIP') provides=('utox') conflicts=('utox') pkgver() { cd ${pkgname%-git} git log -1 --format="%cd" --date=short | sed "s|-||g" } build() { cd ${pkgname%-git} msg 'Building...' make } package() { cd ${pkgname%-git} msg 'Installing...' make PREFIX="/usr" DESTDIR="$pkgdir" install }