#Maintainer: jnanar pkgname=sat-cagou-hg pkgver=r460.b5e8e470f7f7 VERSION=0.7 pkgrel=1 pkgdesc="" arch=(any) url="" license=('AGPL3') depends=('python' 'python-kivy' 'sat-xmpp-hg' 'sat-templates-hg' 'sat-tmp-hg' 'xsel' 'sat-media-hg') makedepends=('mercurial' 'python-requests') options=(!emptydirs) #optdepends=('') source=('hg+'https://repos.goffi.org/cagou) _hgname="cagou" md5sums=('SKIP') pkgver() { cd "$_hgname" printf "r%s.%s" "$(hg identify -n)" "$(hg identify -i)" } package() { pkgdesc="Salut à Toi, multi-frontends multi-purposes XMPP client (Android/Desktop interface)" # garden install contextmenu cd "$srcdir/$_hgname/" python setup.py install --root="$pkgdir/" --optimize=1 }