38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://odamex.net/",
|
|
"description": "Multiplayer-oriented source port for Doom",
|
|
"version": "0.7.0",
|
|
"license": "GPL-2.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/odamex/Odamex/0.7.0/odamex-win64-0.7.0.zip",
|
|
"hash": "1540ff988edd81dbf662015a839f87208769f98976cbf75dcdfa09c9584172e2",
|
|
"extract_dir": "odamex-win64-0.7.0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/odamex/Odamex/0.7.0/odamex-win32-0.7.0.zip",
|
|
"hash": "dfc169e0db2eb26a97e66c78ed78d3583ab911d2177966dae93013172b1692f9",
|
|
"extract_dir": "odamex-win32-0.7.0"
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
}
|