eth0s/ports/core/p11-kit/Pkgfile
2021-06-13 19:27:19 +08:00

19 lines
524 B
Text
Executable file

# Description: Provides a way to load and enumerate PKCS #11 (a Cryptographic Token Interface Standard) modules
# URL:
# Maintainer: Emmett1, emmett1 dot 2miligrams at gmail dot com
# Depends on:
name=p11-kit
version=0.24.0
release=1
source=(https://github.com/p11-glue/p11-kit/releases/download/$version/p11-kit-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--with-trust-paths=/etc/pki/anchors
make
make DESTDIR=$PKG install
}