contrib/password-store/Pkgfile
2015-08-03 02:12:21 +02:00

16 lines
504 B
Plaintext

# Description: Simple password manager using gpg and ordinary unix directories.
# URL: http://zx2c4.com/projects/password-store/
# Maintainer: Fredrik Rinnestam, fredrik at rinnestam dot se
# Depends on: gnupg, git, pwgen, tree
# Nice to have: xclip, xsel
name=password-store
version=1.6.5
release=2
source=(http://git.zx2c4.com/password-store/snapshot/password-store-$version.tar.xz)
build() {
cd $name-$version
FORCE_BASHCOMP=1 make DESTDIR=$PKG BASHCOMP_PATH=$PKG/etc/bash_completion.d install
}