20 lines
714 B
Bash
20 lines
714 B
Bash
# Template file for 'pam-u2f'
|
|
pkgname=pam-u2f
|
|
version=1.1.0
|
|
revision=3
|
|
build_style=gnu-configure
|
|
configure_args="--with-pam-dir=/usr/lib/security"
|
|
hostmakedepends="automake libtool pkg-config asciidoc"
|
|
makedepends="libfido2-devel openssl-devel pam-devel"
|
|
short_desc="Pluggable Authentication Module (PAM) for U2F"
|
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://developers.yubico.com/pam-u2f/"
|
|
#changelog="https://raw.githubusercontent.com/Yubico/pam-u2f/master/NEWS"
|
|
distfiles="https://developers.yubico.com/pam-u2f/Releases/pam_u2f-${version}.tar.gz"
|
|
checksum=0dc3bf96ebb69c6e398b5f8991493b37a8ce1af792948af71e694f695d5edc05
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|