diff --git a/bucket/input-leap.json b/bucket/input-leap.json new file mode 100644 index 00000000000000..942dbfa188f882 --- /dev/null +++ b/bucket/input-leap.json @@ -0,0 +1,32 @@ +{ + "version": "3.0.3", + "description": "Open-source KVM software.", + "homepage": "https://github.com/input-leap/input-leap", + "license": "GPL-2.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/input-leap/input-leap/releases/download/v3.0.3/windows-2022-Debug-v3.0.3.tar.gz", + "hash": "07779f5465ad631ed52b86156ee80337a0c9514590626f18d98eeb0237c84b1e" + } + }, + "installer": { + "script": [ + "Expand-Archive -Path \"$dir\\windows-2022-Debug\\Debug.zip\" -DestinationPath \"$dir\" -Force", + "Remove-Item -Recurse -Force \"$dir\\windows-2022-Debug\"" + ] + }, + "bin": [ + "input-leap.exe", + "input-leapc.exe", + "input-leapd.exe", + "input-leaps.exe" + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/input-leap/input-leap/releases/download/v$version/windows-2022-Debug-v$version.tar.gz" + } + } + } +}