diff options
Diffstat (limited to '.extras')
| -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 | ||||
| -rw-r--r-- | .extras/nvchecker.toml | 2 |
2 files changed, 11 insertions, 4 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 diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml index 4dd2403..d514369 100644 --- a/.extras/nvchecker.toml +++ b/.extras/nvchecker.toml @@ -120,7 +120,7 @@ regex = "UrbanTerror(\\d+)_full\\.zip" from_pattern = "(\\d)(\\d)(\\d)" to_pattern = "\\1.\\2.\\3" -[tea] +[gitea-cli] source = "gitea" gitea = "gitea/tea" use_max_tag = true |
