{
    "version": "17",
    "description": "An IBM PC compatibles emulator for Windows and Linux that specializes in running old os and software",
    "homepage": "http://pcem-emulator.co.uk",
    "license": "GPL-2.0-only",
    "url": "http://pcem-emulator.co.uk/files/PCemV17Win.zip",
    "hash": "3f309d6b19f9c3a1fc4c256c53589f812fc5a4c4bfb84636ad325e02149460e1",
    "pre_install": "if (!(Test-Path \"$persist_dir\\pcem.cfg\")) { New-Item \"$dir\\pcem.cfg\" | Out-Null }",
    "bin": "PCem.exe",
    "shortcuts": [
        [
            "PCem.exe",
            "PCem"
        ]
    ],
    "persist": [
        "configs",
        "nvr",
        "roms",
        "screenshots",
        "pcem.cfg"
    ],
    "checkver": {
        "url": "http://pcem-emulator.co.uk/downloads.html",
        "regex": ">PCem\\s+v([\\d.]+)\\s+for Windows</"
    },
    "autoupdate": {
        "url": "http://pcem-emulator.co.uk/files/PCemV$versionWin.zip"
    }
}
