diff --git a/srcpkgs/pam-gnupg-git/template b/srcpkgs/pam-gnupg-git/template new file mode 100644 index 00000000000..f82b90eef5f --- /dev/null +++ b/srcpkgs/pam-gnupg-git/template @@ -0,0 +1,21 @@ +# Template file for 'pam-gnupg-git' +pkgname=pam-gnupg-git +version=20191206 +revision=1 +_githash=fbd75b720877e4cf94e852ce7e2b811feb330bb5 +wrksrc="pam-gnupg-${_githash}" +build_style=gnu-configure +configure_args="--with-moduledir=/usr/lib/security" +hostmakedepends="automake libtool gnupg2" +makedepends="pam-devel" +depends="gnupg2" +short_desc="PAM module to unlock GPG agent on login" +maintainer="Andrew J. Hesford " +license="GPL-3.0-only" +homepage="https://github.com/cruegge/pam-gnupg" +distfiles="${homepage}/archive/${_githash}.tar.gz" +checksum=fe6d5874545832d9f0189f204571b19470bb090a3eac778732e5792b428cffa0 + +pre_configure() { + sh autogen.sh +}