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": "20220219-9962-b02311011",
"license": "http://www.eduke32.com/buildlic.txt",
"architecture": {
"64bit": {
"url": "https://dukeworld.com/eduke32/synthesis/20220219-9962-b02311011/eduke32_win64_20220219-9962-b02311011.7z",
"hash": "6ba82e5f5bb7027270c55d61d07ac7a0e36fa61ceb8363c36ac1bb3725e5171d"
},
"32bit": {
"url": "https://dukeworld.com/eduke32/synthesis/20220219-9962-b02311011/eduke32_win32_20220219-9962-b02311011.7z",
"hash": "da71ffa544f4e450cccaff22a8e9403fe7ef00f2ad87f001d137f7fe8628dbf2"
}
},
"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"
}
}
}
}