scoop-games/bucket/sameboy.json

41 lines
1.2 KiB
JSON

{
"version": "0.15.5",
"description": "A Game Boy and Game Boy Color emulator written in C",
"homepage": "https://sameboy.github.io/",
"license": {
"identifier": "MIT",
"url": "https://github.com/LIJI32/SameBoy/blob/master/LICENSE"
},
"url": "https://github.com/LIJI32/SameBoy/releases/download/v0.15.5/sameboy_winsdl_v0.15.5.zip",
"hash": "42e62bcffee322e392173de9fce24e18774e946ea330082941e09fed32baaa0e",
"pre_install": [
"if (!(Test-Path \"$persist_dir\\prefs.bin\")) {",
" New-Item \"$dir\\prefs.bin\" -Type File | Out-Null",
"}"
],
"bin": [
"sameboy.exe",
"sameboy_debugger.exe"
],
"shortcuts": [
[
"sameboy.exe",
"SameBoy"
],
[
"sameboy_debugger.exe",
"SameBoy Debugger"
]
],
"persist": "prefs.bin",
"checkver": {
"github": "https://github.com/LIJI32/SameBoy"
},
"autoupdate": {
"url": "https://github.com/LIJI32/SameBoy/releases/download/v$version/sameboy_winsdl_v$version.zip",
"hash": {
"url": "$baseurl/SHA2-256SUMS"
}
}
}