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.84",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/drfrag666/gzdoom/releases/download/3.84/LZDoom_3.84_x64.zip",
"hash": "4d81c8d22abd0cfbefdc1a80830e3d49616a38bb74123a4837864fc2b79ee1ad"
},
"32bit": {
"url": "https://github.com/drfrag666/gzdoom/releases/download/3.84/LZDoom_3.84_x86.zip",
"hash": "64ecf53cf03e0b08f74d9b7a67f5b1499cd67c90fe497c884e624780c4980de1"
}
},
"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"
]
}