scoop-games/bucket/crispy-doom.json

66 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",
2022-02-10 16:30:53 -08:00
"version": "5.11.1",
2019-03-07 18:44:25 -08:00
"license": "GPL-2.0-or-later",
2022-02-10 16:30:53 -08:00
"url": "https://github.com/fabiangreffrath/crispy-doom/releases/download/crispy-doom-5.11.1/crispy-doom-5.11.1-win32.zip",
"hash": "7e071eb376ba8388a67a81a208a4964b1b60a48847f9388766ab60e832f17cfa",
2019-03-07 18:44:25 -08:00
"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": {
2019-04-19 08:30:46 -07:00
"url": "https://github.com/fabiangreffrath/crispy-doom/releases/download/crispy-doom-$version/crispy-doom-$version-win32.zip"
2019-03-07 18:44:25 -08:00
},
"notes": [
"Place WAD files (game data) in:",
"",
2019-03-07 18:44:57 -08:00
" $persist_dir\\..\\_doom"
2019-03-07 18:44:25 -08:00
]
}