internal/rosa: libcap artifact
All checks were successful
Test / Create distribution (push) Successful in 1m1s
Test / Sandbox (push) Successful in 2m45s
Test / Hakurei (push) Successful in 4m1s
Test / ShareFS (push) Successful in 4m5s
Test / Hpkg (push) Successful in 4m27s
Test / Sandbox (race detector) (push) Successful in 5m9s
Test / Hakurei (race detector) (push) Successful in 6m17s
Test / Flake checks (push) Successful in 1m44s

Required by fakeroot. Quite refreshing to package a non-autotools project.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-24 16:02:54 +09:00
parent 90f915a708
commit 6c2da4c4b2
2 changed files with 42 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ const (
KernelSource
Kmod
LibXau
Libcap
Libexpat
Libiconv
Libpsl
@@ -171,6 +172,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"kernel-source": KernelSource,
"kmod": Kmod,
"libXau": LibXau,
"libcap": Libcap,
"libexpat": Libexpat,
"libiconv": Libiconv,
"libpsl": Libpsl,