{
    "version": "5.3",
    "description": "ROMs for the 86Box emulator.",
    "homepage": "https://github.com/86Box/roms",
    "license": {
        "identifier": "Proprietary",
        "url": "https://github.com/86Box/roms/blob/master/LICENSE"
    },
    "url": "https://github.com/86Box/roms/archive/refs/tags/v5.3.zip",
    "hash": "9cf691a2feaa1d1494bb4247039b6a7669006a26e2e48151b883594f3be511d5",
    "depends": "extras/86box",
    "extract_dir": "roms-5.3",
    "installer": {
        "script": "New-Item -Path \"$(appdir 86box $global)\\current\\roms\" -ItemType Junction -Value \"$dir\" | Out-Null"
    },
    "uninstaller": {
        "script": "Remove-Item \"$(appdir 86box $global)\\current\\roms\" -Force -Recurse -Confirm:$False -ErrorAction SilentlyContinue"
    },
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/86Box/roms/archive/refs/tags/v$version.zip",
        "extract_dir": "roms-$version"
    }
}
