internal/rosa: texinfo artifact

Yet another wheel reinvented by GNU. Required to shut some GNU programs up.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-21 00:28:21 +09:00
parent 178305cb22
commit 771adad603
2 changed files with 20 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ const (
Setuptools
SquashfsTools
TamaGo
Texinfo
Toybox
toyboxEarly
Unzip
@@ -199,6 +200,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"setuptools": Setuptools,
"squashfs-tools": SquashfsTools,
"tamago": TamaGo,
"texinfo": Texinfo,
"toybox": Toybox,
"unzip": Unzip,
"util-linux": UtilLinux,