New package: google-authenticator-libpam-1.03

This commit is contained in:
Enno Boland 2017-08-11 08:51:18 +02:00
parent 0bb2f766d0
commit cac8c76b8c

View file

@ -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 <gottox@voidlinux.eu>"
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
}