New package: softhsm-2.6.1

This commit is contained in:
Duncaen 2022-08-25 16:05:10 +02:00
parent 8ca5992912
commit 06f9937261
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 27 additions and 0 deletions

27
srcpkgs/softhsm/template Normal file
View File

@ -0,0 +1,27 @@
# Template file for 'softhsm'
pkgname=softhsm
version=2.6.1
revision=1
build_style=gnu-configure
configure_args="
--with-crypto-backend=botan
--with-objectstore-backend-db
p11test"
hostmakedepends="pkg-config sqlite"
makedepends="botan-devel sqlite-devel p11-kit-devel"
checkdepends="libcppunit-devel"
short_desc="Cryptographic store accessible through a PKCS #11 interface"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://www.opendnssec.org/softhsm/"
distfiles="https://dist.opendnssec.org/source/softhsm-${version}.tar.gz"
checksum=61249473054bcd1811519ef9a989a880a7bdcc36d317c9c25457fc614df475f2
make_check=no # hangs
conf_files="/etc/softhsm2.conf"
post_install() {
vlicense LICENSE
rm "${DESTDIR}/etc/softhsm2.conf.sample"
}