aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-manifests.example
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-07 19:30:17 +0200
committerDanilo M. <danix@danix.xyz>2026-07-07 19:30:17 +0200
commit2eaf912bc419266c521343fda1279f2467c87dbe (patch)
tree29b18eb682d0a539d243b7e534dd65807ba0d33a /bundle-manifests.example
parent79e4425a07ed3b57199eefb65b525485448c31f5 (diff)
downloadmkhintfile-2eaf912bc419266c521343fda1279f2467c87dbe.tar.gz
mkhintfile-2eaf912bc419266c521343fda1279f2467c87dbe.zip
feat: --force completion + bundle-manifests.example
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'bundle-manifests.example')
-rw-r--r--bundle-manifests.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/bundle-manifests.example b/bundle-manifests.example
new file mode 100644
index 0000000..d3fda7f
--- /dev/null
+++ b/bundle-manifests.example
@@ -0,0 +1,9 @@
+# mkhint bundle-manifests — packages whose extra DOWNLOAD lines are driven by an
+# upstream deps manifest. Copy to ~/.config/mkhint/bundle-manifests and edit.
+#
+# Format: <pkgname> <deps-url-template>
+# {VERSION} is replaced with the hint's version at check time (both '_' and '-'
+# forms are tried). One entry per line; '#' comments and blank lines ignored.
+#
+# Example (neovim publishes cmake.deps/deps.txt with pinned dep URLs):
+# neovim https://raw.githubusercontent.com/neovim/neovim/v{VERSION}/cmake.deps/deps.txt