diff options
author | Erich Eckner <git@eckner.net> | 2021-05-19 06:45:47 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-05-19 06:45:47 +0200 |
commit | 536de8114d12dd2883fa9636425ffd3292784726 (patch) | |
tree | b0a8a4b2c2197b266ed137ded2cd39a11a60795d | |
parent | b4dccd3f5aa220b053e2f94680cc2bbb4f690b24 (diff) | |
download | crux-ports-536de8114d12dd2883fa9636425ffd3292784726.tar.xz |
pass: add passmenu
-rw-r--r-- | manualPorts/pass/.footprint | 1 | ||||
-rw-r--r-- | manualPorts/pass/.signature | 6 | ||||
-rw-r--r-- | manualPorts/pass/Pkgfile | 5 |
3 files changed, 7 insertions, 5 deletions
diff --git a/manualPorts/pass/.footprint b/manualPorts/pass/.footprint index 9d6d381..14bd27c 100644 --- a/manualPorts/pass/.footprint +++ b/manualPorts/pass/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/pass +-rwxr-xr-x root/root usr/bin/passmenu 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/ diff --git a/manualPorts/pass/.signature b/manualPorts/pass/.signature index ff1c4fa..ea08964 100644 --- a/manualPorts/pass/.signature +++ b/manualPorts/pass/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/deepthought.pub -RWQxCptPusLGGuM8R+Sd8Mt3qHq3m+cDaTt8jGkRyIPb4ZBvy2jLgmRMAhOO2xpxZE0BHlbXjKBnuS/r1HWLiYz/EfSgm7iAkw4= -SHA256 (Pkgfile) = 7dcd4479d72cc4478f03cd6295208dac0b96b16f24d3f32a1106b8cb7ab6e50d -SHA256 (.footprint) = 0853df461577ea076319b6a9dddff59ac5baf4641c6a179b993452d65c6d12fa +RWQxCptPusLGGsQS8ywpBcCXlYsqClaAIJlzxxJaqu/dKWqqPbWH2o3/nWK/lvHlLSm8Uc8SHQNQcRX+gEEizJmMZ0lXflHJUQ4= +SHA256 (Pkgfile) = 121892b3cdb0b275a1d0f75410e1eba6b461826b7014043e1f76b484b5bdc129 +SHA256 (.footprint) = 9ae34f354ac78f310aa99d8d70883ace45f3d99a6e1dc027181ce66bc93e0d32 SHA256 (password-store-1.7.3.tar.xz) = 2b6c65846ebace9a15a118503dcd31b6440949a30d3b5291dfb5b1615b99a3f4 diff --git a/manualPorts/pass/Pkgfile b/manualPorts/pass/Pkgfile index c8ef47b..929f795 100644 --- a/manualPorts/pass/Pkgfile +++ b/manualPorts/pass/Pkgfile @@ -2,14 +2,15 @@ # 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 +# Depends on: gnupg git tree dmenu name=pass version=1.7.3 -release=1 +release=2 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 + install -Dm0755 contrib/dmenu/passmenu "${PKG}/usr/bin/passmenu" } |