mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 13:41:21 +00:00
27 lines
816 B
JSON
27 lines
816 B
JSON
{
|
|
"homepage": "http://nim-lang.org/",
|
|
"version": "0.16.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://nim-lang.org/download/nim-0.16.0_x64.zip",
|
|
"hash": "e667cdad1ae8e9429147aea5031fa8a80c4ccef6d274cec0e9480252d9c3168c"
|
|
},
|
|
"32bit": {
|
|
"url": "http://nim-lang.org/download/nim-0.16.0_x32.zip",
|
|
"hash": "69af94a6875a02543c1bf0fa03c665f126f8500a2c0e226c32571e64c6842e57"
|
|
}
|
|
},
|
|
"depends": "gcc",
|
|
"extract_dir": "nim-0.16.0",
|
|
"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"
|
|
}
|
|
}
|