# 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 name=password-store version=1.6.5 release=1 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 }