# Maintainer: Jonas 'cherti' Große Sundrup pkgname=blinky pkgver=0.22.1 pkgrel=2 pkgdesc="AUR-helper with minimal hassle" arch=(any) url="https://github.com/cherti/blinky" license=('GPLv3') depends=('python' 'pyalpm' 'python-requests' 'python-termcolor' 'python-pyxdg' 'python-packaging' 'colordiff' 'wget') optdepends=('libnotify') options=(!emptydirs) source=('https://github.com/cherti/blinky/archive/v0.22.1.tar.gz') sha256sums=('6e84d40345f37e358f4b699f438130813a46b0d97be161c066e1ef274d576913') package() { cd "$srcdir/$pkgname-$pkgver" python setup.py install --root="$pkgdir/" --optimize=1 install -Dm644 completion/_blinky "$pkgdir/usr/share/zsh/site-functions/_blinky" }