2017-05-19 15:33:30 +02:00

41 lines
1.2 KiB
JSON

{
"homepage": "https://nim-lang.org/",
"version": "0.17.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nim-lang.org/download/nim-0.17.0_x64.zip",
"hash": "0e0aea31338b433e75f9c197a6ec37a42f68aee4be6c91d813f3e053fef5a05c"
},
"32bit": {
"url": "https://nim-lang.org/download/nim-0.17.0_x32.zip",
"hash": "8fe344f6fb6242b4555878f4243844ea78edb22acf9cb23a91399ea543a5036b"
}
},
"depends": "gcc",
"extract_dir": "nim-0.17.0",
"post_install": "
# Copy Nimble package
Copy-Item -Recurse $dir\\dist\\nimble\\src\\nimblepkg $dir\\bin
",
"env_add_path": "bin",
"checkver": {
"url": "https://nim-lang.org/install_windows.html",
"re": "nim-([\\d.]+)_x64"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://nim-lang.org/download/nim-$version_x64.zip"
},
"32bit": {
"url": "https://nim-lang.org/download/nim-$version_x32.zip"
}
},
"extract_dir": "nim-$version",
"hash": {
"url": "$url.sha256"
}
}
}