void-packages/srcpkgs/pam-u2f/template
2019-06-23 22:45:09 -07:00

21 lines
750 B
Bash

# Template file for 'pam-u2f'
pkgname=pam-u2f
version=1.0.8
revision=1
wrksrc="${pkgname/-/_}-${version}"
build_style=gnu-configure
configure_args="--with-pam-dir=/usr/lib/security"
hostmakedepends="automake libtool pkg-config"
makedepends="libu2f-host-devel libu2f-server-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=52a203a6fab6160e06c1369ff104afed62007ca3ffbb40c297352232fa975c99
post_install() {
vlicense COPYING
}