aboutsummaryrefslogtreecommitdiffstats
path: root/gitea-cli/gitea-cli.SlackBuild
AgeCommit message (Collapse)AuthorFilesLines
2 daysgitea-cli: use idiomatic || fallback for source tarball nameDanilo M.1-5/+6
Match the pattern other gitea-sourced SBo packages use: try the URL path basename first, fall back to the Content-Disposition name. Fixes the stable batch-test env (plain wget) while keeping slackrepo working. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 daysgitea-cli: read source under Content-Disposition nameDanilo M.1-4/+5
slackrepo saves the gitea archive under its Content-Disposition name (tea-v$VERSION.tar.gz), not the URL path basename. Read that name. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 daysgitea-cli: fix source tarball name in SlackBuildDanilo M.1-4/+4
slackrepo places the source under the DOWNLOAD URL basename (v$VERSION.tar.gz), not $PRGNAM-v$VERSION.tar.gz. Read the correct name so the build finds it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 daysgitea-cli: rename from tea to avoid SBo conflictDanilo M.1-0/+138
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>