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.md (renamed from .extras/docs/superpowers/specs/2026-07-06-tea-slackbuild-design.md)13
1 files changed, 10 insertions, 3 deletions
diff --git a/.extras/docs/superpowers/specs/2026-07-06-tea-slackbuild-design.md b/.extras/docs/superpowers/specs/2026-07-06-gitea-cli-slackbuild-design.md
index ad12c9e..1c563ad 100644
--- a/.extras/docs/superpowers/specs/2026-07-06-tea-slackbuild-design.md
+++ b/.extras/docs/superpowers/specs/2026-07-06-gitea-cli-slackbuild-design.md
@@ -1,12 +1,19 @@
-# SlackBuild: tea (gitea CLI client)
+# SlackBuild: gitea-cli (gitea CLI client, command "tea")
Date: 2026-07-06
Maintainer: danix
## Goal
-Package `tea` (the Gitea command-line client) as a SlackBuild built from source,
-for the personal repo. Upstream: https://gitea.com/gitea/tea
+Package the Gitea command-line client as a SlackBuild built from source, for the
+personal repo. Upstream: https://gitea.com/gitea/tea
+
+## Naming
+
+The package is named `gitea-cli`, NOT `tea`: SBo already has an unrelated `tea`
+package (a text editor) in the development category. The SlackBuild uses
+`PRGNAM=gitea-cli` and `SRCNAM=tea`; the upstream tarball's top dir and the
+installed binary (`/usr/bin/tea`) both keep the upstream name `tea`.
## Target: personal repo only