# Maintainer: Rasmus Steinke pkgname=rofi-pass-git _pkgname=rofi-pass pkgver=502.4fdd367 pkgrel=1 pkgdesc="bash script to handle pass storages in a convenient way" arch=('any') url='https://github.com/carnager/rofi-pass' license=('GPL') depends=('xdg-utils' 'rofi' 'gawk' 'pass' 'xdotool' 'xclip' 'pwgen') optdepends=('passed-git: change fieldnames in password files') install=rofi-pass.install makedepends=('git') source=('git+https://github.com/carnager/rofi-pass') pkgver() { cd ${_pkgname} printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } package() { cd ${_pkgname} make DESTDIR="$pkgdir/" \ PREFIX='/usr' \ install } md5sums=('SKIP')