{
    "version": "1.5.0",
    "description": "Ahead-of-time (AOT) Compiler designed for Node.js",
    "homepage": "https://github.com/lastmjs/node-compiler",
    "license": "MIT",
    "notes": [
        "This application requires Visual Studio 2017, any edition (including the Build Tools SKU).",
        "Required Components: 'MSbuild', 'VC++ 2017 v141 toolset' and one of the Windows SDKs (10 or 8.1)."
    ],
    "depends": [
        "versions/python27",
        "extras/squashfs-tools"
    ],
    "architecture": {
        "64bit": {
            "url": [
                "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/node-compiler/nodec-v1.5.0-x64.7z.001",
                "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/node-compiler/nodec-v1.5.0-x64.7z.002"
            ],
            "hash": [
                "31c7d5a5883237f38d7754114f7d42a159d99a787555ab51ab24c48d7ec5356b",
                "098ba36670389f45f5460645ce8591ba6aa1b2679c0addd1ae8e3417c9469a70"
            ]
        }
    },
    "pre_install": "Get-ChildItem \"$dir\\nodec-*.exe\" | Rename-Item -NewName \"nodec.exe\"",
    "bin": "nodec.exe"
}
