scoop-games/bucket/crispy-doom.json

68 lines
2.0 KiB
JSON
Raw Normal View History

2019-03-07 18:44:25 -08:00
{
"homepage": "https://www.chocolate-doom.org/wiki/index.php/Crispy_Doom",
"description": "Faithful enhanced-resolution source port for Doom",
"version": "5.4",
"license": "GPL-2.0-or-later",
"url": "https://github.com/fabiangreffrath/crispy-doom/releases/download/crispy-doom-5.4/crispy-doom_5.4.zip",
"hash": "376d1ec4883fa5d8db9f8a5a03ee5aec70ef15c38114e3b435c107a8f3490c7a",
"extract_dir": "crispy-doom_5.4",
"shortcuts": [
[
"crispy-doom.exe",
"Crispy Doom (Doom 2)",
"-iwad doom2.wad"
],
[
"crispy-doom.exe",
"Crispy Doom (The Ultimate Doom)",
"-iwad doom.wad"
],
[
"crispy-doom.exe",
"Crispy Doom (The Plutonia Experiment)",
"-iwad plutonia.wad"
],
[
"crispy-doom.exe",
"Crispy Doom (TNT Evilution)",
"-iwad tnt.wad"
],
[
"crispy-doom.exe",
"Crispy Doom (Freedoom Phase 1)",
"-iwad freedoom1.wad"
],
[
"crispy-doom.exe",
"Crispy Doom (Freedoom Phase 2)",
"-iwad freedoom2.wad"
],
[
"crispy-doom.exe",
"Crispy Doom (FreeDM)",
"-iwad freedm.wad"
],
[
"crispy-doom-setup.exe",
"Setup Crispy Doom"
]
],
"pre_install": "New-Item -ItemType Directory -Force -Path $persist_dir\\..\\_doom | Out-Null",
"env_set": {
"DOOMWADDIR": "$persist_dir\\..\\_doom"
},
"checkver": {
"github": "https://github.com/fabiangreffrath/crispy-doom",
"regex": "/releases/tag/crispy-doom-([\\d.]+)"
},
"autoupdate": {
"url": "https://github.com/fabiangreffrath/crispy-doom/releases/download/crispy-doom-$version/crispy-doom_$version.zip",
"extract_dir": "crispy-doom_$version"
},
"notes": [
"Place WAD files (game data) in:",
"",
"\t$persist_dir\\..\\_doom"
]
}