diff options
Diffstat (limited to 'manualPorts')
-rw-r--r-- | manualPorts/pass/.footprint | 19 | ||||
-rw-r--r-- | manualPorts/pass/.md5sum | 1 | ||||
-rw-r--r-- | manualPorts/pass/.signature | 5 | ||||
-rw-r--r-- | manualPorts/pass/Pkgfile | 15 |
4 files changed, 40 insertions, 0 deletions
diff --git a/manualPorts/pass/.footprint b/manualPorts/pass/.footprint new file mode 100644 index 0000000..9d6d381 --- /dev/null +++ b/manualPorts/pass/.footprint @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/pass +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/password-store/ +drwxr-xr-x root/root usr/lib/password-store/extensions/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/bash-completion/ +drwxr-xr-x root/root usr/share/bash-completion/completions/ +-rw-r--r-- root/root usr/share/bash-completion/completions/pass +drwxr-xr-x root/root usr/share/fish/ +drwxr-xr-x root/root usr/share/fish/vendor_completions.d/ +-rw-r--r-- root/root usr/share/fish/vendor_completions.d/pass.fish +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/pass.1.gz +drwxr-xr-x root/root usr/share/zsh/ +drwxr-xr-x root/root usr/share/zsh/site-functions/ +-rw-r--r-- root/root usr/share/zsh/site-functions/_pass diff --git a/manualPorts/pass/.md5sum b/manualPorts/pass/.md5sum new file mode 100644 index 0000000..6167ae7 --- /dev/null +++ b/manualPorts/pass/.md5sum @@ -0,0 +1 @@ +db2d49af9e666cc5ef6aa1c61ae5c045 password-store-1.7.3.tar.xz diff --git a/manualPorts/pass/.signature b/manualPorts/pass/.signature new file mode 100644 index 0000000..ff1c4fa --- /dev/null +++ b/manualPorts/pass/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/deepthought.pub +RWQxCptPusLGGuM8R+Sd8Mt3qHq3m+cDaTt8jGkRyIPb4ZBvy2jLgmRMAhOO2xpxZE0BHlbXjKBnuS/r1HWLiYz/EfSgm7iAkw4= +SHA256 (Pkgfile) = 7dcd4479d72cc4478f03cd6295208dac0b96b16f24d3f32a1106b8cb7ab6e50d +SHA256 (.footprint) = 0853df461577ea076319b6a9dddff59ac5baf4641c6a179b993452d65c6d12fa +SHA256 (password-store-1.7.3.tar.xz) = 2b6c65846ebace9a15a118503dcd31b6440949a30d3b5291dfb5b1615b99a3f4 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 +} |