scoop-games/bucket/eduke32.json

64 lines
2.0 KiB
JSON
Raw Normal View History

2019-03-07 18:44:25 -08:00
{
"homepage": "https://www.eduke32.com/",
2019-03-07 18:44:25 -08:00
"description": "Modern source port for Duke Nukem 3D",
"version": "20200726-9203-94179a4dc",
2019-03-07 18:44:25 -08:00
"license": "http://www.eduke32.com/buildlic.txt",
"architecture": {
"64bit": {
"url": "https://dukeworld.com/eduke32/synthesis/20200726-9203-94179a4dc/eduke32_win64_20200726-9203-94179a4dc.7z",
"hash": "b115cec97bcb39cae1e17afc193388ec4dfda841fe992ac9f8432ae615b5f075"
2019-03-07 18:44:25 -08:00
},
"32bit": {
"url": "https://dukeworld.com/eduke32/synthesis/20200726-9203-94179a4dc/eduke32_win32_20200726-9203-94179a4dc.7z",
"hash": "5b89369e971782736cdd404beaec302780b59490f92479c42671c216db122c7e"
2019-03-07 18:44:25 -08:00
}
},
"bin": [
[
"eduke32.exe",
"eduke32",
"-j $persist_dir\\data"
]
],
"shortcuts": [
[
"eduke32.exe",
"EDuke32",
"-j data"
]
],
"pre_install": [
"New-Item -Path $dir -Name eduke32.cfg -ItemType File -ErrorAction Ignore | Out-Null",
"New-Item -Path $dir -Name settings.cfg -ItemType File -ErrorAction Ignore | Out-Null"
],
"persist": [
"autoload",
"data",
"eduke32.cfg",
"settings.cfg"
],
2019-03-07 18:44:25 -08:00
"notes": [
"Place GRP and RTS files (game data) in:",
2019-03-07 18:44:25 -08:00
"",
" $persist_dir\\data",
"",
"Place mods, music packs, and other files to auto-load in:",
"",
" $persist_dir\\autoload"
2019-03-07 18:44:25 -08:00
],
"checkver": {
"url": "https://dukeworld.com/eduke32/synthesis/",
"regex": "<strong>(\\d{8}-\\d{4,}-[a-z0-9]{9})</strong>"
2019-03-07 18:44:25 -08:00
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dukeworld.com/eduke32/synthesis/$version/eduke32_win64_$version.7z"
},
"32bit": {
"url": "https://dukeworld.com/eduke32/synthesis/$version/eduke32_win32_$version.7z"
}
}
}
}