diff --git a/bucket/eask-cli.json b/bucket/eask-cli.json new file mode 100644 index 00000000000000..4bd2677d9e3424 --- /dev/null +++ b/bucket/eask-cli.json @@ -0,0 +1,23 @@ +{ + "version": "0.10.2", + "description": "Command-line tool for building and testing Emacs Lisp packages", + "homepage": "https://emacs-eask.github.io/", + "license": "GPL-3.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/emacs-eask/cli/releases/download/0.10.2/eask_0.10.2_win-x64.zip", + "hash": "2fcdb9fed6ca51ee8a1c2cbff570b7d71ef174af72f68a71292bf828551b01a6" + } + }, + "bin": "eask.exe", + "checkver": { + "github": "https://github.com/emacs-eask/cli" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/emacs-eask/cli/releases/download/$version/eask_$version_win-x64.zip" + } + } + } +}