mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 03:21:37 +00:00
27 lines
817 B
JSON
27 lines
817 B
JSON
{
|
|
"homepage": "http://nim-lang.org/",
|
|
"version": "0.15.2",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://nim-lang.org/download/nim-0.15.2_x64.zip",
|
|
"hash": "ceea42de6ebcd41032ee51f04526dc4cf2cbb0958ca6ad2321cf21944e05f553"
|
|
},
|
|
"32bit": {
|
|
"url": "http://nim-lang.org/download/nim-0.15.2_x32.zip",
|
|
"hash": "0f1bfb74751f55e090140a361c08e9f39f1dd03f1f0c070c061f2d5049ab9f96s"
|
|
}
|
|
},
|
|
"depends": "gcc",
|
|
"extract_dir": "nim-0.15.2",
|
|
"post_install": "
|
|
# Copy Nimble package
|
|
Copy-Item -Recurse $dir\\dist\\nimble\\src\\nimblepkg $dir\\bin
|
|
",
|
|
"env_add_path": "bin",
|
|
"checkver": {
|
|
"url": "http://nim-lang.org/download.html",
|
|
"re": "nim-([\\d.]+)_x64"
|
|
}
|
|
}
|