aboutsummaryrefslogtreecommitdiffstats
path: root/.extras/docs/superpowers
diff options
context:
space:
mode:
Diffstat (limited to '.extras/docs/superpowers')
-rw-r--r--.extras/docs/superpowers/specs/2026-07-06-gitea-cli-slackbuild-design.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/.extras/docs/superpowers/specs/2026-07-06-gitea-cli-slackbuild-design.md b/.extras/docs/superpowers/specs/2026-07-06-gitea-cli-slackbuild-design.md
index 1c563ad..bc29135 100644
--- a/.extras/docs/superpowers/specs/2026-07-06-gitea-cli-slackbuild-design.md
+++ b/.extras/docs/superpowers/specs/2026-07-06-gitea-cli-slackbuild-design.md
@@ -73,12 +73,14 @@ DOWNLOAD="https://gitea.com/gitea/tea/archive/v0.14.2.tar.gz"
MD5SUM="b1f37f2cc43763a3a0c05f060b485768"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="google-go-lang"
MAINTAINER="danix"
EMAIL="danix@danix.xyz"
```
-REQUIRES empty: static-ish Go binary, no SBo runtime deps.
+REQUIRES `google-go-lang`: the Go toolchain is needed to build. It is a
+build-only dependency; the resulting binary is a static Go executable with no
+runtime deps.
## slack-desc