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": "20210826-9585-5554c6a98",
"license": "http://www.eduke32.com/buildlic.txt",
"architecture": {
"64bit": {
"url": "https://dukeworld.com/eduke32/synthesis/20210826-9585-5554c6a98/eduke32_win64_20210826-9585-5554c6a98.7z",
"hash": "c41fe9595a4595a9499c51e2278d1f357b94fecbd2cb2c776e6d9486f72b88c2"
},
"32bit": {
"url": "https://dukeworld.com/eduke32/synthesis/20210826-9585-5554c6a98/eduke32_win32_20210826-9585-5554c6a98.7z",
"hash": "9b85ce54d94a26ea353f490a52aab163e95f1ddd573321f944248724f9bdfe9d"
}
},
"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"
}
}
}
}