# Maintainer: Jonas 'cherti' Große Sundrup pkgname=blinky pkgver=0.5 pkgrel=1 pkgdesc="AUR-helper with minimal hassle" arch=(any) url="https://github.com/cherti/blinky" license=('GPLv3') #groups=() depends=('python' 'pyalpm' 'python-requests' 'python-termcolor') #makedepends=() #provides=() #conflicts=() #replaces=() #backup=() options=(!emptydirs) #install= source=('https://github.com/cherti/blinky/archive/v0.5.tar.gz') sha256sums=('c9b9986f45bfa855d3ffc9976cd8913733838a8eb797e9a44ea5a0f8ef6615f2') package() { cd "$srcdir/$pkgname-$pkgver" python setup.py install --root="$pkgdir/" --optimize=1 }