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.86",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/drfrag666/gzdoom/releases/download/3.86/LZDoom_3.86_x64.zip",
"hash": "622ecd74892f3ccd7feacc68b0eb16269db750258674b6b1dec03b6644eed55c"
},
"32bit": {
"url": "https://github.com/drfrag666/gzdoom/releases/download/3.86/LZDoom_3.86_x86.zip",
"hash": "539c625f456dc315ea4c331c79711d167e2f5ffe7d6a7b723298cf40a6179bca"
}
},
"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"
]
}