scoop-games/bucket/ppsspp-dev.json

71 lines
2.4 KiB
JSON

{
"version": "1.12.3-1469",
"description": "Sony PSP emulator (Development)",
"homepage": "https://www.ppsspp.org",
"license": {
"identifier": "GPL 2.0 or later",
"url": "https://github.com/hrydgard/ppsspp/blob/master/LICENSE.TXT"
},
"architecture": {
"32bit": {
"url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v1.12.3-1469-$commit&platform=windows-x86#/dl.7z",
"hash": "555938fd48cf5ae34afc0511f986834a91c24ec885fbb66114d24af223d36d7b",
"bin": [
[
"PPSSPPWindows.exe",
"ppsspp-dev"
]
],
"shortcuts": [
[
"PPSSPPWindows.exe",
"PPSSPP (development)"
]
]
},
"64bit": {
"url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v1.12.3-1469-$commit&platform=windows-amd64#/dl.7z",
"hash": "c273e1fb85c565cccc33754c6afc461528cede61b997b9523ca92d3848b2de93",
"bin": [
[
"PPSSPPWindows64.exe",
"ppsspp-dev"
]
],
"shortcuts": [
[
"PPSSPPWindows64.exe",
"PPSSPP (development)"
]
]
}
},
"extract_dir": "ppsspp",
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) {",
" New-item \"$persist_dir\" -ItemType Directory | Out-Null",
" New-item \"$persist_dir\\memstick\" -ItemType Directory | Out-Null",
"}"
],
"persist": [
"memstick",
"assets",
"demos"
],
"checkver": {
"url": "https://buildbot.orphis.net/ppsspp/index.php",
"regex": "v(?<basever>\\d{1,2}\\.\\d{1,2}\\.\\d{1,2})-(?<build>\\d{1,4})-g(?<commit>[a-f0-9]{9})",
"replace": "${basever}-${build}"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v$matchBasever-$matchBuild-$commit&platform=windows-x86#/dl.7z"
},
"64bit": {
"url": "https://buildbot.orphis.net/ppsspp/index.php?m=dl&rev=v$matchBasever-$matchBuild-$commit&platform=windows-amd64#/dl.7z"
}
}
}
}