void-packages/srcpkgs/pam-u2f/template
maxice8 81309375c6 pam-u2f: update to 1.0.6.
Closes #13620.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-04-20 17:36:02 +02:00

20 lines
672 B
Bash

# Template file for 'pam-u2f'
pkgname=pam-u2f
version=1.0.6
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="Matthew Wynn <matthew@matthewwynn.com>"
license="BSD-2-Clause"
homepage="https://developers.yubico.com/pam-u2f/"
distfiles="https://developers.yubico.com/pam-u2f/Releases/pam_u2f-${version}.tar.gz"
checksum=101409455aa3257c8bb0968508a90f7ae58166e8ccb1d097e5fe9b541259ed3a
post_install() {
vlicense COPYING
}