diff --git a/srcpkgs/google-authenticator-libpam/template b/srcpkgs/google-authenticator-libpam/template new file mode 100644 index 0000000000..33ffed8b99 --- /dev/null +++ b/srcpkgs/google-authenticator-libpam/template @@ -0,0 +1,18 @@ +# Template file for 'google-authenticator-libpam' +pkgname=google-authenticator-libpam +version=1.03 +revision=1 +build_style=gnu-configure +hostmakedepends="automake libtool pam-devel" +makedepends="" +depends="" +short_desc="PAM module for two-factor authentication." +maintainer="Enno Boland " +license="Apache-2.0" +homepage="https://github.com/google/google-authenticator-libpam" +distfiles="https://github.com/google/google-authenticator-libpam/archive/$version.tar.gz" +checksum=674d494d09403f2dbe98896f80dcca30f19236b1eb267f2e989af0b0cb2f6971 + +pre_configure() { + autoreconf -fi +}