scoop-games/bucket/odamex.json

49 lines
1.5 KiB
JSON

{
"homepage": "https://odamex.net/",
"description": "Multiplayer-oriented source port for Doom",
"version": "0.9.5",
"license": "GPL-2.0-or-later",
"architecture": {
"32bit": {
"url": "https://downloads.sourceforge.net/project/odamex/Odamex/0.9.5/odamex-win32-0.9.5.zip",
"hash": "sha1:9efc399aff39411925f0a453e277f4b694b3db5a"
},
"64bit": {
"url": "https://downloads.sourceforge.net/project/odamex/Odamex/0.9.5/odamex-win64-0.9.5.zip",
"hash": "sha1:0f2e94e073e762bc63bc81d0c5d976cd05a13683"
}
},
"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"
}
}
}
}