1
0
forked from rosa/hakurei

internal/rosa: libtasn1 artifact

Optional dependency of p11-kit.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-04-01 17:12:57 +09:00
parent b6cbd49d8c
commit 64e5a1068b
3 changed files with 31 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ func (t Toolchain) newP11Kit() (pkg.Artifact, string) {
},
Coreutils,
Diffutils,
Libtasn1,
), version
}
func init() {
@@ -27,6 +29,10 @@ func init() {
Description: "provides a way to load and enumerate PKCS#11 modules",
Website: "https://p11-glue.freedesktop.org/p11-kit.html",
Dependencies: P{
Libtasn1,
},
ID: 2582,
}
}