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 /manualPorts/pass/Pkgfile | |
parent | b4dccd3f5aa220b053e2f94680cc2bbb4f690b24 (diff) | |
download | crux-ports-536de8114d12dd2883fa9636425ffd3292784726.tar.xz |
pass: add passmenu
Diffstat (limited to 'manualPorts/pass/Pkgfile')
-rw-r--r-- | manualPorts/pass/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
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" } |