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.87",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/drfrag666/gzdoom/releases/download/3.87/LZDoom_3.87_x64.zip",
"hash": "26c9d944a7040fc9a6e1b1faf969864c4595e5784c64d14ff89a5cb28090da98"
},
"32bit": {
"url": "https://github.com/drfrag666/gzdoom/releases/download/3.87/LZDoom_3.87_x86.zip",
"hash": "c26575f338ae019d0f2f6e4698a49349432b369029fa40414418cedf77a5a152"
}
},
"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_x86.zip"
}
}
},
"notes": [
"Place WAD files (game data) in:",
"",
" $persist_dir\\..\\_doom"
]
}