# Description: Wrapper for gpg to store passwords (and other text) # URL: https://git.eckner.net/Erich/passwort-tresor # Maintainer: Erich Eckner, crux at eckner dot net # Depends on: gnupg name=passwort-tresor version=0.6.1 release=1 source=("https://git.eckner.net/Erich/${name}/snapshot/${name}-${version}.tar.xz") build() { cd ${name}-${version} make make DESTDIR=$PKG install }