# Description: Standard unix password manager # URL: http://http://zx2c4.com/projects/password-store/ # Maintainer: Erich Eckner, crux at eckner dot net # Contributor: Vitaly Sinilin, vs at kp4 dot ru # Depends on: gnupg git tree dmenu name=pass version=1.7.3 release=2 source=(http://git.zx2c4.com/password-store/snapshot/password-store-$version.tar.xz) build() { cd "password-store-$version" make DESTDIR="$PKG" WITH_ALLCOMP=yes install install -Dm0755 contrib/dmenu/passmenu "${PKG}/usr/bin/passmenu" }