scoop-games/bucket/eduke32.json

64 lines
2.0 KiB
JSON

{
"homepage": "https://www.eduke32.com/",
"description": "Modern source port for Duke Nukem 3D",
"version": "20220204-9957-6df591a07",
"license": "http://www.eduke32.com/buildlic.txt",
"architecture": {
"64bit": {
"url": "https://dukeworld.com/eduke32/synthesis/20220204-9957-6df591a07/eduke32_win64_20220204-9957-6df591a07.7z",
"hash": "6f441c9239d6f9df1bad2555117f872af02513a02fb43ec139ec8fa11d20f942"
},
"32bit": {
"url": "https://dukeworld.com/eduke32/synthesis/20220204-9957-6df591a07/eduke32_win32_20220204-9957-6df591a07.7z",
"hash": "e647e6a9143159e272eea3c9d09431cc2305cda1e4a638db8ed5333a334e06d0"
}
},
"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"
],
"notes": [
"Place GRP and RTS files (game data) in:",
"",
" $persist_dir\\data",
"",
"Place mods, music packs, and other files to auto-load in:",
"",
" $persist_dir\\autoload"
],
"checkver": {
"url": "https://dukeworld.com/eduke32/synthesis/",
"regex": "<strong>(\\d{8}-\\d{4,}-[a-z0-9]{9})</strong>"
},
"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"
}
}
}
}