diff --git a/bucket/maki.json b/bucket/maki.json new file mode 100644 index 00000000000000..8fba3c8dfbed79 --- /dev/null +++ b/bucket/maki.json @@ -0,0 +1,32 @@ +{ + "version": "0.4.7", + "description": "An efficient AI coding agent extendable by neovim like Lua plugins", + "homepage": "https://maki.sh/", + "license": "MIT", + "suggest": { + "vcredist": "extras/vcredist2022" + }, + "architecture": { + "64bit": { + "url": "https://github.com/tontinton/maki/releases/download/v0.4.7/maki-v0.4.7-x86_64-pc-windows-msvc.zip", + "hash": "471b3e6359a4893a0f102d2e6ec48d78e50c20a3a903171ad7efad9e5f947e60" + } + }, + "bin": "maki.exe", + "shortcuts": [ + [ + "maki.exe", + "maki" + ] + ], + "checkver": { + "github": "https://github.com/tontinton/maki" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/tontinton/maki/releases/download/v$version/maki-v$version-x86_64-pc-windows-msvc.zip" + } + } + } +}