24 lines
722 B
Bash
24 lines
722 B
Bash
# Template file for 'google-authenticator-libpam'
|
|
pkgname=google-authenticator-libpam
|
|
version=1.08
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool"
|
|
makedepends="pam-devel"
|
|
short_desc="PAM module for two-factor authentication"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
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=6f6d7530261ba9e2ece84214f1445857d488b7851c28a58356b49f2d9fd36290
|
|
replaces="libpam-google-authenticator>=0"
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
do_check() {
|
|
# Tries to change user to nobody and fails due to being in a user namespace
|
|
:
|
|
}
|