summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: af22ac433fe7151549fc66a61b51e065d7348a0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: American_Jesus <american.jesus.pt AT gmail DOT com>
_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')
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"
}