contrib/password-store/Pkgfile

16 lines
494 B
Plaintext
Raw Normal View History

2013-11-02 01:33:53 +01:00
# Description: Simple password manager using gpg and ordinary unix directories.
2017-02-27 05:32:30 +01:00
# URL: https://www.passwordstore.org/
2013-11-02 01:33:53 +01:00
# 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
2017-04-15 02:08:50 +02:00
version=1.7.1
2017-02-27 05:32:30 +01:00
release=1
source=(https://git.zx2c4.com/password-store/snapshot/password-store-$version.tar.xz)
2013-11-02 01:33:53 +01:00
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
}