# Maintainer: Bernhard Landauer # Contributor: HÃ¥vard Pettersson # Contributor: Madotsuki _pkgname=utox pkgname=$_pkgname-git pkgver=0.9.8.r338.ge1d0cf5 pkgrel=1 pkgdesc='Lightweight Tox client' arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h') url='https://github.com/uTox/uTox' license=('GPL3') depends=('c-toxcore' 'desktop-file-utils' 'fontconfig' 'libfilteraudio-git' 'hicolor-icon-theme' 'libdbus' 'libxext' 'libxrender' 'openal' 'v4l-utils') makedepends=('git') optdepends=('gtk3: GTK file picker') provides=("$_pkgname") conflicts=("$_pkgname") source=("$pkgname::git+$url") md5sums=('SKIP') pkgver() { cd "$pkgname" git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' } build() { cd "$pkgname" cmake -DCMAKE_INSTALL_PREFIX=/usr . make } package() { cd "$pkgname" make PREFIX=/usr DESTDIR="$pkgdir" install }