scoop-games/bucket/retroarch.json

71 lines
2.1 KiB
JSON

{
"homepage": "https://www.retroarch.com/",
"description": "Frontend for emulators, game engines and media players",
"license": "GPL-3.0-only",
"version": "1.10.0",
"architecture": {
"64bit": {
"url": "https://buildbot.libretro.com/stable/1.10.0/windows/x86_64/RetroArch.7z",
"hash": "81c820f2f7775563bf2facc66b77381303efe9f120fee965a19f6bb08ce56f0f",
"extract_dir": "RetroArch-Win64"
},
"32bit": {
"url": "https://buildbot.libretro.com/stable/1.10.0/windows/x86/RetroArch.7z",
"hash": "2ced7e7aa55fc2dfbe9002f6a78fd769c83ef552cf03881c8f020466085e9f26",
"extract_dir": "RetroArch-Win32"
}
},
"pre_install": [
"if (!(Test-Path \"$persist_dir\\retroarch.cfg\")) {",
" New-Item \"$dir\\retroarch.cfg\" -Type File | Out-Null",
"}"
],
"bin": [
[
"retroarch.exe",
"retroarch"
]
],
"shortcuts": [
[
"retroarch.exe",
"RetroArch"
]
],
"persist": [
"assets\\wallpapers",
"cores",
"cheats",
"overlays",
"playlists",
"records",
"recordings",
"saves",
"screenshots",
"states",
"system",
"thumbnails",
"retroarch.cfg"
],
"checkver": {
"url": "https://www.retroarch.com/?page=platforms",
"regex": "The current stable version is: (?<main>[\\d.]+)(\\s*(\\(|\\[)(\\w+)(\\)|\\]))?",
"replace": "${5}${3}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://buildbot.libretro.com/stable/$matchMain/windows/x86_64/RetroArch.7z"
},
"32bit": {
"url": "https://buildbot.libretro.com/stable/$matchMain/windows/x86/RetroArch.7z"
}
}
},
"notes": [
"ATTENTION: Retroarch requires BIOS/firmware files for some emulation.",
"It is recommended to read the libretro docs for each core you plan to use.",
"See https://docs.libretro.com/library/bios/ for more information."
]
}