scoop-games/bucket/gzdoom.json

44 lines
1.3 KiB
JSON
Raw Normal View History

2019-03-07 18:44:25 -08:00
{
"homepage": "https://zdoom.org/",
"description": "Modern source port for Doom, Heretic, Hexen and more",
2021-10-20 17:30:20 -07:00
"version": "4.7.1",
2019-03-07 18:44:25 -08:00
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
2021-10-20 17:30:20 -07:00
"url": "https://github.com/coelckers/gzdoom/releases/download/g4.7.1/gzdoom-4-7-1-Windows-64bit.zip",
"hash": "ca63e508d0444068dbfc1317fa02c565c15e72649e78849b0fea0772fc66dc12"
2019-03-07 18:44:25 -08:00
}
},
2019-03-07 18:44:57 -08:00
"bin": "gzdoom.exe",
2019-03-07 18:44:25 -08:00
"shortcuts": [
[
"gzdoom.exe",
"GZDoom"
]
],
2020-04-25 15:42:27 -07:00
"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",
2019-03-07 18:44:25 -08:00
"env_set": {
"DOOMWADDIR": "$persist_dir\\..\\_doom"
},
"checkver": {
"github": "https://github.com/coelckers/gzdoom",
"regex": "/releases/tag/(?:g)?([\\w.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
2019-12-27 23:57:53 -08:00
"url": "https://github.com/coelckers/gzdoom/releases/download/g$version/gzdoom-$dashVersion-Windows-64bit.zip"
}
}
},
2019-03-07 18:44:25 -08:00
"notes": [
"Place WAD files (game data) in:",
"",
2019-03-07 18:44:57 -08:00
" $persist_dir\\..\\_doom"
2019-03-07 18:44:25 -08:00
]
}