scoop-games/bucket/gzdoom.json

47 lines
1.6 KiB
JSON

{
"homepage": "https://zdoom.org/",
"description": "Modern source port for Doom, Heretic, Hexen and more",
"version": "4.2.0",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/coelckers/gzdoom/releases/download/g4.2.0/gzdoom-bin-4-2-0-Windows-x64.zip",
"hash": "09331af60f53d9db7cc6f23a90871d9f890e7c66cc4ab7b6484fdbb127d4c4f1"
},
"32bit": {
"url": "https://github.com/coelckers/gzdoom/releases/download/g4.2.0/gzdoom-bin-4-2-0-Windows-x86.zip",
"hash": "ee67e2b387589918c241d8fe833ac20bb86ea47fde0d53be62a489c16a23ba1d"
}
},
"bin": "gzdoom.exe",
"shortcuts": [
[
"gzdoom.exe",
"GZDoom"
]
],
"pre_install": "New-Item -ItemType Directory -Force -Path $persist_dir\\..\\_doom | Out-Null",
"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-bin-$dashVersion-Windows-x64.zip"
},
"32bit": {
"url": "https://github.com/coelckers/gzdoom/releases/download/g$version/gzdoom-bin-$dashVersion-Windows-x86.zip"
}
}
},
"notes": [
"Place WAD files (game data) in:",
"",
" $persist_dir\\..\\_doom"
]
}