diff --git a/bucket/fancywm.json b/bucket/fancywm.json new file mode 100644 index 00000000000000..d736174c08609b --- /dev/null +++ b/bucket/fancywm.json @@ -0,0 +1,38 @@ +{ + "version": "2.19.0", + "description": "Dynamic Tiling Window Manager for Windows", + "homepage": "https://github.com/FancyWM/fancywm", + "license": { + "identifier": "PolyForm Perimeter License 1.0.1", + "url": "https://github.com/FancyWM/fancywm/blob/main/LICENSE" + }, + "suggest": { + "autohotkey": "extras/autohotkey", + ".NET Desktop Runtime 10.0": "versions/windowsdesktop-runtime-10.0" + }, + "architecture": { + "64bit": { + "url": "https://github.com/FancyWM/fancywm/releases/download/v2.19.0/FancyWM.Release.x64.zip", + "hash": "EAF46AE4D4E3C5AE6F16618425CF7664BAEAA73A762C44133170096A41CA5587" + } + }, + "bin": "FancyWM.exe", + "shortcuts": [ + [ + "FancyWM.exe", + "FancyWM" + ] + ], + "checkver": { + "github": "https://api.github.com/repos/FancyWM/fancywm/releases/latest", + "jsonpath": "$.assets..browser_download_url", + "regex": "/v([\\d.]+)/FancyWM\\.Release\\.x64.zip" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/FancyWM/fancywm/releases/download/v$version/FancyWM.Release.x64.zip" + } + } + } +}