aboutsummaryrefslogtreecommitdiffstats
path: root/.extras/docs/superpowers
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-06 11:35:04 +0200
committerDanilo M. <danix@danix.xyz>2026-07-06 11:35:04 +0200
commite47e048651d230adb0812a2388ad5d01914ad8b2 (patch)
tree702efb94e105bc454fea440c81127799203f3b85 /.extras/docs/superpowers
parent695f089a0d07b9f3a406b47a3d31b5c4caff8e3d (diff)
downloadmy-slackbuilds-e47e048651d230adb0812a2388ad5d01914ad8b2.tar.gz
my-slackbuilds-e47e048651d230adb0812a2388ad5d01914ad8b2.zip
gitea-cli: require google-go-lang to build
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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