{
    "version": "0.12",
    "description": "A high-precision scientific calculator featuring a fast, keyboard-driven user interface.",
    "homepage": "https://heldercorreia.bitbucket.io/speedcrunch/",
    "license": "GPL-2.0-or-later",
    "url": "https://bitbucket.org/heldercorreia/speedcrunch/downloads/SpeedCrunch-0.12-win32.zip",
    "hash": "024362bccd7908b508192cd90c2f6a716b5aa4fa5c7ff2aea9a1bf49d6580175",
    "extract_dir": "SpeedCrunch-0.12-win32",
    "pre_install": "Get-ChildItem \"$persist_dir\\*\" -Include 'history.json', 'SpeedCrunch.ini' -ErrorAction SilentlyContinue | Copy-Item -Destination \"$dir\" -ErrorAction SilentlyContinue",
    "bin": "speedcrunch.exe",
    "shortcuts": [
        [
            "speedcrunch.exe",
            "SpeedCrunch"
        ]
    ],
    "pre_uninstall": [
        "ensure \"$persist_dir\"",
        "Get-ChildItem \"$dir\\*\" -Include 'history.json', 'SpeedCrunch.ini' -ErrorAction SilentlyContinue | Copy-Item -Destination \"$persist_dir\" -ErrorAction SilentlyContinue"
    ],
    "checkver": {
        "url": "https://heldercorreia.bitbucket.io/speedcrunch/download.html",
        "regex": "<h1>Version\\s+([\\d.]+)<\\/h1>"
    },
    "autoupdate": {
        "url": "https://bitbucket.org/heldercorreia/speedcrunch/downloads/SpeedCrunch-$version-win32.zip",
        "extract_dir": "SpeedCrunch-$version-win32"
    }
}
