diff --git a/bucket/abc.json b/bucket/abc.json new file mode 100644 index 0000000000..2c9e731e50 --- /dev/null +++ b/bucket/abc.json @@ -0,0 +1,11 @@ +{ + "homepage": "https://github.com/appbaseio/abc", + "description": "Command-line tool to interact with appbase.io", + "version": "1.0.0-beta.1", + "license": "Apache-2.0", + "url": "https://github.com/appbaseio/abc/releases/download/1.0.0-beta.1/abc-windows.zip", + "hash": "5fe08d7f8197e683abdb0adc91f6bc5db57f2bc1c2e13dd3bacf4c73de841548", + "bin": "abc.exe", + "pre_install": "if(Test-Path \"$dir\\abc-windows\") { Rename-Item \"$dir\\abc-windows\" \"$dir\\abc.exe\" }", + "checkver": "github" +}