# 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.4.2 release=1 source=(http://git.zx2c4.com/password-store/snapshot/password-store-$version.tar.xz) build() { cd $name-$version sed -i 's/share/usr/g' Makefile make DESTDIR=$PKG install }