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
|
2014-05-19 20:31:30 +02:00
|
|
|
# Depends on: gnupg, git, pwgen, xclip, xsel, tree
|
2013-11-02 01:33:53 +01:00
|
|
|
|
|
|
|
name=password-store
|
2015-02-17 22:02:15 +01:00
|
|
|
version=1.6.5
|
|
|
|
release=1
|
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
|
2015-02-17 21:55:29 +01:00
|
|
|
sed -i 's.share/..g' Makefile
|
2015-02-17 22:02:15 +01:00
|
|
|
FORCE_BASHCOMP=1 make DESTDIR=$PKG MANDIR=/usr/man BASHCOMP_PATH=$PKG/etc/bash_completion.d install
|
2013-11-02 01:33:53 +01:00
|
|
|
}
|