forked from rosa/hakurei
internal/rosa/package: migrate multiple packages
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
31
internal/rosa/package/p11-kit.az
Normal file
31
internal/rosa/package/p11-kit.az
Normal file
@@ -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,
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user