# Maintainer: American_Jesus _pkgname=grive-indicator pkgname=$_pkgname-git pkgver=62.46d6aec pkgrel=1 pkgdesc='A very simple and lightweight indicator applet to synchronize with Google Drive using grive' arch=('any') url='https://github.com/LyzardKing/grive-indicator' license=('GPL') depends=('grive' 'libappindicator-gtk3' 'python' 'python2-libappindicator' 'python-requests') makedepends=('git') source=('grive-indicator::git+https://github.com/LyzardKing/grive-indicator.git') md5sums=('SKIP') pkgver() { cd "$_pkgname" echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD) } package() { cd "$_pkgname" python setup.py install --root="$pkgdir" }