scoop-games/bucket/gzdoom.json

44 lines
1.3 KiB
JSON

{
"homepage": "https://zdoom.org/",
"description": "Modern source port for Doom, Heretic, Hexen and more",
"version": "4.7.1",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/coelckers/gzdoom/releases/download/g4.7.1/gzdoom-4-7-1-Windows-64bit.zip",
"hash": "ca63e508d0444068dbfc1317fa02c565c15e72649e78849b0fea0772fc66dc12"
}
},
"bin": "gzdoom.exe",
"shortcuts": [
[
"gzdoom.exe",
"GZDoom"
]
],
"pre_install": [
"New-Item -ItemType Directory -Force -Path $persist_dir\\..\\_doom | Out-Null",
"New-Item -Path $dir -Name gzdoom_portable.ini -ItemType File -ErrorAction Ignore | Out-Null"
],
"persist": "gzdoom_portable.ini",
"env_set": {
"DOOMWADDIR": "$persist_dir\\..\\_doom"
},
"checkver": {
"github": "https://github.com/coelckers/gzdoom",
"regex": "/releases/tag/(?:g)?([\\w.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/coelckers/gzdoom/releases/download/g$version/gzdoom-$dashVersion-Windows-64bit.zip"
}
}
},
"notes": [
"Place WAD files (game data) in:",
"",
" $persist_dir\\..\\_doom"
]
}