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
|
2015-07-29 00:22:48 +02:00
|
|
|
# Depends on: gnupg, git, pwgen, tree
|
|
|
|
# Nice to have: xclip, xsel
|
2013-11-02 01:33:53 +01:00
|
|
|
|
|
|
|
name=password-store
|
2018-12-08 03:22:13 +01:00
|
|
|
version=1.7.3
|
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
|
2015-07-29 00:22:48 +02:00
|
|
|
FORCE_BASHCOMP=1 make DESTDIR=$PKG BASHCOMP_PATH=$PKG/etc/bash_completion.d install
|
2013-11-02 01:33:53 +01:00
|
|
|
}
|