Files
hakurei/internal/rosa/package/p11-kit.az
T
2026-08-08 12:51:55 +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.5";
source = remoteGit {
url = "https://github.com/p11-glue/p11-kit.git";
tag = version;
checksum = "nOuOi2Il8J7Nf3UlHDx4DcZY4UVpWBgieIV3VmxOryj1jVIaiUU3bunE_L56m6eD";
};
exec = meson {
setup = {
"systemd": "disabled";
"libffi": "enabled";
};
};
inputs = [
coreutils,
diffutils,
libtasn1,
];
runtime = [
libffi,
libtasn1,
];
}