2021-05-22 12:43:37 -05:00
|
|
|
# Description: Simple password manager using gpg and ordinary unix directories
|
|
|
|
# URL: https://www.passwordstore.org/
|
|
|
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
|
|
|
# Depends on: gnupg git pwgen tree
|
|
|
|
# Nice to have: xclip xsel
|
2021-05-22 12:34:52 -05:00
|
|
|
|
|
|
|
name=password-store
|
|
|
|
version=1.7.3
|
|
|
|
release=1
|
|
|
|
source=(https://git.zx2c4.com/password-store/snapshot/password-store-$version.tar.xz)
|
|
|
|
|
|
|
|
build() {
|
2021-05-22 12:43:37 -05:00
|
|
|
cd $name-$version
|
|
|
|
FORCE_BASHCOMP=1 make DESTDIR=$PKG BASHCOMP_PATH=$PKG/etc/bash_completion.d install
|
2021-05-22 12:34:52 -05:00
|
|
|
}
|