diff --git a/bucket/clipboard.json b/bucket/clipboard.json new file mode 100644 index 0000000000..3d6b5610bd --- /dev/null +++ b/bucket/clipboard.json @@ -0,0 +1,35 @@ +{ + "version": "0.3.1", + "description": "Cut, copy, and paste anything, anywhere in the terminal", + "homepage": "https://github.com/Slackadays/Clipboard", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/Slackadays/Clipboard/releases/download/0.3.1/clipboard-windows-amd64.zip", + "hash": "96ba24cd6b69a2f75c842561726921b882d0cce035735bd0bc59ec438857a3af" + }, + "arm64": { + "url": "https://github.com/Slackadays/Clipboard/releases/download/0.3.1/clipboard-windows-arm64.zip", + "hash": "7c4ff9ea77a8e4d054eafc09da4e3678b0dd91748ba8957bbe91a29dfaa4415b" + } + }, + "extract_dir": "bin", + "bin": [ + "clipboard.exe", + [ + "clipboard.exe", + "cb" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Slackadays/Clipboard/releases/download/$version/clipboard-windows-amd64.zip" + }, + "arm64": { + "url": "https://github.com/Slackadays/Clipboard/releases/download/$version/clipboard-windows-arm64.zip" + } + } + } +}