diff --git a/bucket/maki.json b/bucket/maki.json new file mode 100644 index 0000000000000..350851830e8ed --- /dev/null +++ b/bucket/maki.json @@ -0,0 +1,29 @@ +{ + "version": "0.4.8", + "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.8/maki-v0.4.8-x86_64-pc-windows-msvc.zip", + "hash": "8a6d82d7a61369d52cbb7e0333a21a4bc90d416da251bf65cc08072b48d15739" + } + }, + "bin": "maki.exe", + "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" + } + }, + "hash": { + "url": "$baseurl/sha256sums.txt" + } + } +}