aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/p11-kit.az
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-20 05:01:06 +0900
committerOphestra <cat@gensokyo.uk>2026-05-20 05:01:06 +0900
commit1a2699b4867b7a736eedd973d69659ef468a994a (patch)
tree81c6868c424a59d9c4203f9799c836455b74ec79 /internal/rosa/package/p11-kit.az
parent1d3d621e2fffb82fa512e485ad47298183d13880 (diff)
internal/rosa/package: migrate multiple packages
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/p11-kit.az')
-rw-r--r--internal/rosa/package/p11-kit.az31
1 files changed, 31 insertions, 0 deletions
diff --git a/internal/rosa/package/p11-kit.az b/internal/rosa/package/p11-kit.az
new file mode 100644
index 00000000..9082dcc9
--- /dev/null
+++ b/internal/rosa/package/p11-kit.az
@@ -0,0 +1,31 @@
+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.2";
+ source = remoteGit {
+ url = "https://github.com/p11-glue/p11-kit.git";
+ tag = version;
+ checksum = "3ei-6DUVtYzrRVe-SubtNgRlweXd6H2qHmUu-_5qVyIn6gSTvZbGS2u79Y8IFb2N";
+ };
+
+ exec = meson {
+ setup = {
+ "Dsystemd": "disabled";
+ "Dlibffi": "enabled";
+ };
+ };
+
+ inputs = [
+ coreutils,
+ diffutils,
+
+ libtasn1,
+ ];
+
+ runtime = [
+ libffi,
+ libtasn1,
+ ];
+}