scoop-games/bucket/lzdoom.json

46 lines
1.5 KiB
JSON

{
"homepage": "https://zdoom.org/",
"description": "Legacy source port for Doom, Heretic, Hexen and more (based on GZDoom)",
"version": "3.82",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/drfrag666/gzdoom/releases/download/3.82/LZDoom_3.82_x64.zip",
"hash": "02fdf20cc1b6f7bef2ee0497dd561faa8c1d51b55993b362dfe7c48f101d9f18"
},
"32bit": {
"url": "https://github.com/drfrag666/gzdoom/releases/download/3.82/LZDoom_3.82.zip",
"hash": "57c242eef6309377cda225689c89d9ee838ca1c944aebf1d6b05ffe687d4b048"
}
},
"bin": "lzdoom.exe",
"shortcuts": [
[
"lzdoom.exe",
"LZDoom"
]
],
"pre_install": "New-Item -ItemType Directory -Force -Path $persist_dir\\..\\_doom | Out-Null",
"env_set": {
"DOOMWADDIR": "$persist_dir\\..\\_doom"
},
"checkver": {
"github": "https://github.com/drfrag666/gzdoom"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/drfrag666/gzdoom/releases/download/$version/LZDoom_$version_x64.zip"
},
"32bit": {
"url": "https://github.com/drfrag666/gzdoom/releases/download/$version/LZDoom_$version.zip"
}
}
},
"notes": [
"Place WAD files (game data) in:",
"",
" $persist_dir\\..\\_doom"
]
}