contrib/password-store/Pkgfile
2013-11-24 03:41:59 +01:00

16 lines
458 B
Plaintext

# 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, xclip, xsel
name=password-store
version=1.4.2
release=1
source=(http://git.zx2c4.com/password-store/snapshot/password-store-$version.tar.xz)
build() {
cd $name-$version
sed -i 's/share/usr/g' Makefile
make DESTDIR=$PKG install
}