aboutsummaryrefslogtreecommitdiffstats
path: root/.extras/docs/superpowers
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-06 11:08:40 +0200
committerDanilo M. <danix@danix.xyz>2026-07-06 11:08:40 +0200
commit8b92a3e2669ec6144ec06bf9b28ed8c6fabb40e8 (patch)
treed82c365f256a93a825b0299478394bcd0f7261e5 /.extras/docs/superpowers
parent3ab88b314055d006d047baf6fe4daac14993d25c (diff)
downloadmy-slackbuilds-8b92a3e2669ec6144ec06bf9b28ed8c6fabb40e8.tar.gz
my-slackbuilds-8b92a3e2669ec6144ec06bf9b28ed8c6fabb40e8.zip
gitea-cli: rename from tea to avoid SBo conflict
SBo already has an unrelated "tea" package (a text editor). Rename the package to gitea-cli; the installed binary stays /usr/bin/tea. 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.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