2017-08-12 20:48:36 +02:00

19 lines
596 B
Bash

# 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
}