contrib/password-store/Pkgfile

16 lines
504 B
Plaintext
Raw Normal View History

2013-11-02 01:33:53 +01:00
# 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
2013-11-02 01:33:53 +01:00
name=password-store
2015-02-17 22:02:15 +01:00
version=1.6.5
release=2
2013-11-02 01:33:53 +01:00
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
2013-11-02 01:33:53 +01:00
}