Date: Thursday, May 2, 2019 @ 15:00:26 Author: svenstaro Revision: 457748
Move rofi-pass from AUR Added: rofi-pass/ rofi-pass/repos/ rofi-pass/trunk/ rofi-pass/trunk/PKGBUILD ----------+ PKGBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) Added: rofi-pass/trunk/PKGBUILD =================================================================== --- rofi-pass/trunk/PKGBUILD (rev 0) +++ rofi-pass/trunk/PKGBUILD 2019-05-02 15:00:26 UTC (rev 457748) @@ -0,0 +1,21 @@ +# Maintainer: Sven-Hendrik Haase <[email protected]> +# Contributor: Lex Black <autumn-wind at web dot de> + +pkgname=rofi-pass +pkgver=2.0.2 +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' 'pwgen' 'xdotool' 'xclip') +optdepends=('passed-git: change fieldnames in password files' + 'pass-otp: for OTP support') +conflicts=('rofi-pass-git') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/carnager/${pkgname}/archive/${pkgver}.tar.gz) +sha512sums=('f32e96d186bbd32a84e43974628efb9d') + + +package() { + make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" PREFIX="/usr" install +}
