diff options
Diffstat (limited to 'manualPorts/pass/Pkgfile')
-rw-r--r-- | manualPorts/pass/Pkgfile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/manualPorts/pass/Pkgfile b/manualPorts/pass/Pkgfile new file mode 100644 index 0000000..c8ef47b --- /dev/null +++ b/manualPorts/pass/Pkgfile @@ -0,0 +1,15 @@ +# Description: Standard unix password manager +# URL: http://http://zx2c4.com/projects/password-store/ +# Maintainer: Erich Eckner, crux at eckner dot net +# Contributor: Vitaly Sinilin, vs at kp4 dot ru +# Depends on: gnupg git tree + +name=pass +version=1.7.3 +release=1 +source=(http://git.zx2c4.com/password-store/snapshot/password-store-$version.tar.xz) + +build() { + cd "password-store-$version" + make DESTDIR="$PKG" WITH_ALLCOMP=yes install +} |