diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-03 19:27:16 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-03 19:27:16 +0200 |
| commit | 4c8d250f644314c55b1f34d411a61ffd1f70e86f (patch) | |
| tree | 4116a1b0541071b27196b391a43a4e4df7ee591f /CLAUDE.md | |
| parent | b38e2424b304cf1f540f42fb2585f29a5365a541 (diff) | |
| download | my-slackbuilds-4c8d250f644314c55b1f34d411a61ffd1f70e86f.tar.gz my-slackbuilds-4c8d250f644314c55b1f34d411a61ffd1f70e86f.zip | |
repo: add AGENTS.md, update CLAUDE.md workflow note, add llama.cpp source archive
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -122,6 +122,11 @@ SBOLINT=no git commit -m'Message here' cd <package-name> && sbofixinfo # 2. Download sources and verify checksums +# NOTE: when updating to a new version, sbodl will download the source but fail +# because the .info file still has the old (or placeholder) MD5SUM. In that case: +# a) compute the checksum manually: md5sum <source-file> +# b) update MD5SUM in the .info file +# c) run sbodl again — it should now report "md5sum matches OK" cd <package-name> && sbodl # 3. Lint the script and metadata |
