commit 67dd5d27f20fbf7a2331e23442c0f0cf2f465f5a Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Wed Jul 29 00:22:48 2015 +0200 password-store: relax dependencies, move man-pages. diff --git a/password-store/.footprint b/password-store/.footprint index fb11b5e..eaa2669 100644 --- a/password-store/.footprint +++ b/password-store/.footprint @@ -4,6 +4,7 @@ drwxr-xr-x root/root etc/bash_completion.d/ 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/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/pass.1.gz +drwxr-xr-x root/root usr/share/ +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 diff --git a/password-store/Pkgfile b/password-store/Pkgfile index 997b2d2..08fa69d 100644 --- a/password-store/Pkgfile +++ b/password-store/Pkgfile @@ -1,15 +1,15 @@ # 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, tree +# Depends on: gnupg, git, pwgen, tree +# Nice to have: xclip, xsel name=password-store version=1.6.5 -release=1 +release=2 source=(http://git.zx2c4.com/password-store/snapshot/password-store-$version.tar.xz) build() { cd $name-$version - sed -i 's.share/..g' Makefile - FORCE_BASHCOMP=1 make DESTDIR=$PKG MANDIR=/usr/man BASHCOMP_PATH=$PKG/etc/bash_completion.d install + FORCE_BASHCOMP=1 make DESTDIR=$PKG BASHCOMP_PATH=$PKG/etc/bash_completion.d install }