diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-22 18:07:24 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-22 18:07:24 +0900 |
| commit | de117ef36587e8ac0ae483f03c11907821403175 (patch) | |
| tree | 08f5f2975ba6d40eb14ca078b4e0f78b82fdc063 /internal/rosa/all.go | |
| parent | 5e4bf23e0cd4b57b1b0c9bbcec23baf5718d8011 (diff) | |
internal/rosa: ncurses artifact
For running menuconfig.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index 76842897..532264b6 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -65,6 +65,7 @@ const ( MuslObstack NSS NSSCACert + Ncurses Ninja OpenSSL PCRE2 @@ -189,6 +190,7 @@ func ResolveName(name string) (p PArtifact, ok bool) { "musl-obstack": MuslObstack, "nss": NSS, "nss-cacert": NSSCACert, + "ncurses": Ncurses, "ninja": Ninja, "openssl": OpenSSL, "pcre2": PCRE2, |
