summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1874db0240fc351ba7e5cd46e7c58c6ec8961dfe (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=55.d4eaaa8
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' 'python2-libappindicator')
makedepends=('git' 'python')
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"
}