mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 21:21:21 +00:00
41 lines
1.2 KiB
JSON
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": "e52d59f41216aed3bfa5eb44fa935258543cd2a6b4c4e52b571bcf7b7869a770"
|
|
},
|
|
"32bit": {
|
|
"url": "https://nim-lang.org/download/nim-0.17.0_x32.zip",
|
|
"hash": "21371737d7123709ed10d68bc1c84030d1f0f35e85314ff5bce9b6ff4f28bf23"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|