From cac8c76b8c64c88ee8e75a5e1ce5d7af0e981303 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 11 Aug 2017 08:51:18 +0200 Subject: [PATCH] New package: google-authenticator-libpam-1.03 --- srcpkgs/google-authenticator-libpam/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/google-authenticator-libpam/template diff --git a/srcpkgs/google-authenticator-libpam/template b/srcpkgs/google-authenticator-libpam/template new file mode 100644 index 00000000000..33ffed8b99d --- /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 +}