a92d370caa
Generated with: git ls-files 'srcpkgs/**/patches/*' | cut -d/ -f2 | uniq | xargs printf 'srcpkgs/%s/template\n' | xargs grep -L 'patch_args=' | xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
21 lines
765 B
Bash
21 lines
765 B
Bash
# Template file for 'pam-u2f'
|
|
pkgname=pam-u2f
|
|
version=1.1.0
|
|
revision=2
|
|
wrksrc="${pkgname/-/_}-${version}"
|
|
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
|
|
patch_args=-Np0
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|