diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-03 18:37:10 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-03 18:37:10 +0200 |
| commit | ca3e38566396f6da172f1e2e5c3cea5f85366f17 (patch) | |
| tree | 5fdcbbf40c9200d0939d2751db00767e46b32f35 /.extras | |
| parent | 70b0328a1122a5f21785fb8c13073e776c1dd1a1 (diff) | |
| download | my-slackbuilds-ca3e38566396f6da172f1e2e5c3cea5f85366f17.tar.gz my-slackbuilds-ca3e38566396f6da172f1e2e5c3cea5f85366f17.zip | |
repo: remove packages available on SBo
Drop claude-code, discord, hugo, obsidian, syncthing, uv-bin — all
available on SlackBuilds.org. Keep only packages not yet on SBo or
with local-only patches (hstr, kitty-bin, llama.cpp-vulkan, qarma,
opencode-bin). Update README.md and nvchecker.toml accordingly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to '.extras')
| -rw-r--r-- | .extras/nvchecker.toml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml index 6a7fb2b..36dbb31 100644 --- a/.extras/nvchecker.toml +++ b/.extras/nvchecker.toml @@ -1,38 +1,15 @@ -[claude-code] -source = "github" -github = "anthropics/claude-code" -use_latest_release = true -prefix = "v" - [qarma] source = "github" github = "luebking/qarma" use_max_tag = true prefix = "v" -[discord] -source = "httpheader" -url = "https://discord.com/api/download?platform=linux&format=tar.gz" -regex = "discord-(.*)\\.tar.*" - [hstr] source = "github" github = "dvorka/hstr" use_max_tag = true prefix = "v" -[uv-bin] -source = "github" -github = "astral-sh/uv" -use_latest_release = true -prefix = "v" - -[hugo] -source = "github" -github = "gohugoio/hugo" -use_latest_release = true -prefix = "v" - [kitty-bin] source = "github" github = "kovidgoyal/kitty" @@ -44,21 +21,8 @@ source = "github" github = "ggml-org/llama.cpp" use_latest_release = true -[obsidian] -source = "github" -github = "obsidianmd/obsidian-releases" -use_latest_release = true -prefix = "v" - -[syncthing] -source = "github" -github = "syncthing/syncthing" -use_latest_release = true -prefix = "v" - [opencode-bin] source = "github" github = "anomalyco/opencode" use_latest_release = true prefix = "v" - |
