aboutsummaryrefslogtreecommitdiffstats
path: root/gitea-cli/gitea-cli.SlackBuild
AgeCommit message (Collapse)AuthorFilesLines
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>