void-packages/srcpkgs/pam-u2f/template
2025-01-22 02:28:08 -06:00

19 lines
714 B
Bash

# Template file for 'pam-u2f'
pkgname=pam-u2f
version=1.3.2
revision=1
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=38be7d1897271cb3fee391d2383b35afc126ad431a91a9de6e99108c12cc9490
post_install() {
vlicense COPYING
}