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