aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-05 19:10:32 +0900
committerOphestra <cat@gensokyo.uk>2026-02-05 19:10:32 +0900
commitce6b3ff53be779a871d66cb820aa13f566080d05 (patch)
treeca4cdcc0eef1d2f3dd7dfa3adf8e39aecae01378 /internal/rosa/all.go
parent30afa0e2ab25cf989ad6c01a70491a727a9aee72 (diff)
internal/rosa: unzip artifact
Because the zip format is too awful and cannot be streamed anyway, supporting it natively comes with no benefit. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
-rw-r--r--internal/rosa/all.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go
index f82841ea..f600f061 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -61,6 +61,7 @@ const (
Setuptools
Toybox
toyboxEarly
+ Unzip
utilMacros
Wayland
WaylandProtocols
@@ -147,6 +148,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"sed": Sed,
"setuptools": Setuptools,
"toybox": Toybox,
+ "unzip": Unzip,
"wayland": Wayland,
"wayland-protocols": WaylandProtocols,
"xcb": XCB,