scoop-games/bucket/odamex.json

49 lines
1.5 KiB
JSON

{
"homepage": "https://odamex.net/",
"description": "Multiplayer-oriented source port for Doom",
"version": "10.0.0",
"license": "GPL-2.0-or-later",
"architecture": {
"32bit": {
"url": "https://downloads.sourceforge.net/project/odamex/Odamex/10.0.0/odamex-win32-10.0.0.zip",
"hash": "sha1:d540ec13351c20108a3fd9c93890f199b0a61b74"
},
"64bit": {
"url": "https://downloads.sourceforge.net/project/odamex/Odamex/10.0.0/odamex-win64-10.0.0.zip",
"hash": "sha1:65aa500bf3271ada4b380a9495a17b20bb618425"
}
},
"shortcuts": [
[
"odamex.exe",
"Odamex"
],
[
"odalaunch.exe",
"Odalaunch"
]
],
"pre_install": "New-Item -ItemType Directory -Force -Path $persist_dir\\..\\_doom | Out-Null",
"env_set": {
"DOOMWADDIR": "$persist_dir\\..\\_doom"
},
"notes": [
"Place WAD files (game data) in:",
"",
" $persist_dir\\..\\_doom"
],
"checkver": {
"regex": ">Version ([a-zA-Z\\d.\\-_]+):"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://downloads.sourceforge.net/project/odamex/Odamex/$version/odamex-win32-$version.zip"
},
"64bit": {
"url": "https://downloads.sourceforge.net/project/odamex/Odamex/$version/odamex-win64-$version.zip"
}
}
}
}