1
0
forked from rosa/hakurei
Files
hakurei/internal/rosa/package/p11-kit.az
T
cat 4cf235675a internal/rosa/meson: always prepend D
All flags in practice use this convention. An escape hatch is available by leaving the value empty.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-07-14 22:17:51 +09:00

32 lines
549 B
Go

package p11-kit {
description = "provides a way to load and enumerate PKCS#11 modules";
website = "https://p11-glue.freedesktop.org/p11-kit.html";
anitya = 2582;
version# = "0.26.4";
source = remoteGit {
url = "https://github.com/p11-glue/p11-kit.git";
tag = version;
checksum = "iqkBuTqqBAc6suv7wY89DyceN1arWTn2QwaXVwKN_J_IqNyRGNKPLq9RAmkumYD7";
};
exec = meson {
setup = {
"systemd": "disabled";
"libffi": "enabled";
};
};
inputs = [
coreutils,
diffutils,
libtasn1,
];
runtime = [
libffi,
libtasn1,
];
}