diff --git a/bucket/hfs.json b/bucket/hfs.json new file mode 100644 index 00000000000000..cdc064c0614ee2 --- /dev/null +++ b/bucket/hfs.json @@ -0,0 +1,38 @@ +{ + "version": "0.55.4", + "description": "A web file server to run on your computer", + "homepage": "https://rejetto.com/hfs", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/rejetto/hfs/releases/download/v0.55.4/hfs-windows-x64-0.55.4.zip", + "hash": "ef8d53e2b3779ddf18510109f9c2bf55fe72cae10295f4b02c7ae450334d5f59" + } + }, + "pre_install": "if (!(Test-Path \"$persist_dir\\config.yaml\")) { New-Item \"$dir\\config.yaml\" | Out-Null }", + "bin": [ + [ + "hfs.exe", + "hfs", + "--cwd $dir" + ] + ], + "shortcuts": [ + [ + "hfs.exe", + "HFS", + "--cwd $dir" + ] + ], + "persist": [ + "config.yaml", + "logs", + "plugins" + ], + "checkver": { + "github": "https://github.com/rejetto/hfs" + }, + "autoupdate": { + "url": "https://github.com/rejetto/hfs/releases/download/v$version/hfs-windows-x64-$version.zip" + } +}