void-packages/srcpkgs/pam-u2f/template
maxice8 5ae16087b3 pam-u2f: update to 1.0.7.
Closes #14443.

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

21 lines
746 B
Bash

# Template file for 'pam-u2f'
pkgname=pam-u2f
version=1.0.7
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/"
#changelog="https://raw.githubusercontent.com/Yubico/pam-u2f/master/NEWS"
distfiles="https://developers.yubico.com/pam-u2f/Releases/pam_u2f-${version}.tar.gz"
checksum=034aad8e29b159443dd6c1b7740006addc83d0659304fc4b0b4fb592f768e7cf
post_install() {
vlicense COPYING
}