internal/rosa/package: azalea proposal

This commit is contained in:
mae
2026-05-23 20:50:35 -05:00
parent 689f972976
commit 0307f781a2
75 changed files with 2854 additions and 2879 deletions

View File

@@ -1,31 +1,33 @@
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;
//az:schema mbf
version* = "0.26.2";
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";
};
url = "https://github.com/p11-glue/p11-kit.git"
tag = version
checksum = "3ei-6DUVtYzrRVe-SubtNgRlweXd6H2qHmUu-_5qVyIn6gSTvZbGS2u79Y8IFb2N"
}
exec = meson {
setup = {
"Dsystemd": "disabled";
"Dlibffi": "enabled";
};
};
setup = endi [
"Dsystemd": false
"Dlibffi": true
]
}
inputs = [
coreutils,
diffutils,
coreutils
diffutils
libtasn1,
];
libtasn1
]
runtime = [
libffi,
libtasn1,
];
libffi
libtasn1
]
}