aboutsummaryrefslogtreecommitdiffstats
path: root/CLAUDE.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-01 20:15:53 +0200
committerDanilo M. <danix@danix.xyz>2026-04-01 20:15:53 +0200
commit28733afe0c416d13d453f8be754edfd84ffb09fd (patch)
tree0a3e30e9d72581a0c99a103874cdce060526ca37 /CLAUDE.md
parentd9aabd8fe6aed88096f6205e191a5aee93e32506 (diff)
downloadmy-slackbuilds-28733afe0c416d13d453f8be754edfd84ffb09fd.tar.gz
my-slackbuilds-28733afe0c416d13d453f8be754edfd84ffb09fd.zip
CLAUDE.md, README.md: fix workflow commands and sync package versions
- CLAUDE.md: update workflow steps to use `cd <pkg> && <tool>` style - README.md: update hugo to 0.159.2, llama.cpp-vulkan to b8611, qarma to 1.1.0; resolve stash conflict Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index 0e40e2c..868757e 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -120,19 +120,19 @@ SBOLINT=no git commit -m'Message here'
```bash
# 1. Fix any .info issues automatically
-sbofixinfo <package-name>/
+cd <package-name> && sbofixinfo
# 2. Download sources and verify checksums
-sbodl <package-name>/
+cd <package-name> && sbodl
# 3. Lint the script and metadata
-sbolint <package-name>/
+cd <package-name> && sbolint
# 4. Build the package
cd <package-name> && sudo bash <package-name>.SlackBuild
# 5. Lint the built package
-sbopkglint /tmp/<package-name>-*.t?z
+cd <package-name> && sbopkglint
# 6. Add an entry for the package in the repo-level nvchecker.toml