scoop-games/bucket/ppsspp.json

34 lines
991 B
JSON

{
"homepage": "https://www.ppsspp.org",
"description": "Sony PSP emulator",
"version": "1.12.3",
"license": "GPL 2.0 or later",
"url": "https://ppsspp.org/files/1_12_3/ppsspp_win.zip",
"hash": "c29b1faf56df9c9926cfb77f874484571fbe8e59689b1a39091425ab309e6463",
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) {",
" New-item \"$persist_dir\" -ItemType Directory | Out-Null",
"}"
],
"bin": "PPSSPPWindows64.exe",
"shortcuts": [
[
"PPSSPPWindows64.exe",
"PPSSPP"
]
],
"persist": [
"assets",
"demos",
"memstick"
],
"checkver": {
"url": "https://www.ppsspp.org/downloads.html",
"regex": "Download ((?<major>\\d)\\.(?<minor>\\d{1,3})\\.(?<patch>\\d{1,3})) zip",
"replace": "${major}.${minor}.${patch}"
},
"autoupdate": {
"url": "https://ppsspp.org/files/${major}_${minor}_${patch}/ppsspp_win.zip"
}
}