57 lines
2.1 KiB
JSON
57 lines
2.1 KiB
JSON
{
|
|
"homepage": "https://www.doomretro.com/",
|
|
"description": "A classic redefined DOOM source port",
|
|
"license": "GPL-3.0-or-later",
|
|
"version": "4.1.3",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bradharding/doomretro/releases/download/v4.1.3/doomretro-4.1.3-win64.zip",
|
|
"hash": "03b4c63b8ab9e0ad1c674a55cfb533308c9470435b0469c91a1fd61ad571535a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/bradharding/doomretro/releases/download/v4.1.3/doomretro-4.1.3-win32.zip",
|
|
"hash": "358ca02987d361f9f6e25f668ceaefd3b09bf19d5e4ad044868da0c8c7386734"
|
|
}
|
|
},
|
|
"pre_install": [
|
|
"if (!(Test-Path \"$persist_dir\")) {",
|
|
" New-item \"$persist_dir\\savegames\" -ItemType Directory | Out-Null",
|
|
" New-item \"$persist_dir\\screenshots\" -ItemType Directory | Out-Null",
|
|
" New-item \"$persist_dir\\doomretro.cfg\" -ItemType File | Out-Null",
|
|
" '; CVARs', \"iwadfolder= $scoopdir\\persist\\_doom\" | Set-Content \"$persist_dir\\doomretro.cfg\"",
|
|
"}",
|
|
"if (!(Test-Path \"$scoopdir\\persist\\_doom\")) {",
|
|
" New-item \"$scoopdir\\persist\\_doom\" -ItemType Directory | Out-Null",
|
|
"}"
|
|
],
|
|
"bin": "doomretro.exe",
|
|
"shortcuts": [
|
|
[
|
|
"doomretro.exe",
|
|
"DOOM Retro"
|
|
]
|
|
],
|
|
"persist": [
|
|
"savegames",
|
|
"screenshots",
|
|
"doomretro.cfg"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/bradharding/doomretro/"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bradharding/doomretro/releases/download/v$version/doomretro-$version-win64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/bradharding/doomretro/releases/download/v$version/doomretro-$version-win32.zip"
|
|
}
|
|
}
|
|
},
|
|
"notes": [
|
|
"ATTENTION: DOOM Retro requires WAD files from a commercial DOOM copy (DOOM 1, 2, Ultimate DOOM, etc)",
|
|
"Place WAD files in the _doom directory above $persist_dir"
|
|
]
|
|
}
|