1
0
forked from ports/contrib

password-store: updated to 1.6.5

This commit is contained in:
Fredrik Rinnestam 2015-02-17 22:02:15 +01:00
parent 8c1d9cef35
commit 91f906b436
3 changed files with 5 additions and 6 deletions

View File

@ -1,10 +1,9 @@
drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/bash_completion.d/ drwxr-xr-x root/root etc/bash_completion.d/
-rw-r--r-- root/root etc/bash_completion.d/password-store -rw-r--r-- root/root etc/bash_completion.d/pass
drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pass -rwxr-xr-x root/root usr/bin/pass
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/pass.1.gz -rw-r--r-- root/root usr/man/man1/pass.1.gz

View File

@ -1 +1 @@
c6382dbf5be4036021bf1ce61254b04b password-store-1.4.2.tar.xz 2c4468360c678184051e76f03c2f6b04 password-store-1.6.5.tar.xz

View File

@ -4,12 +4,12 @@
# Depends on: gnupg, git, pwgen, xclip, xsel, tree # Depends on: gnupg, git, pwgen, xclip, xsel, tree
name=password-store name=password-store
version=1.4.2 version=1.6.5
release=2 release=1
source=(http://git.zx2c4.com/password-store/snapshot/password-store-$version.tar.xz) source=(http://git.zx2c4.com/password-store/snapshot/password-store-$version.tar.xz)
build() { build() {
cd $name-$version cd $name-$version
sed -i 's.share/..g' Makefile sed -i 's.share/..g' Makefile
make DESTDIR=$PKG install FORCE_BASHCOMP=1 make DESTDIR=$PKG MANDIR=/usr/man BASHCOMP_PATH=$PKG/etc/bash_completion.d install
} }