mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 16:31:20 +00:00
21 lines
633 B
JSON
21 lines
633 B
JSON
{
|
|
"homepage": "http://nim-lang.org/",
|
|
"version": "0.14.2",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://nim-lang.org/download/nim-0.14.2_x64.exe#/dl.7z",
|
|
"hash": "1fec054d3a5f54c0a67a40db615bb9ecb1d56413b19e324244110713bd4337d1"
|
|
},
|
|
"32bit": {
|
|
"url": "http://nim-lang.org/download/nim-0.14.2_x32.exe#/dl.7z",
|
|
"hash": "ca2de37759006d95db98732083a6fab20151bb9819186af2fa29d41884df78c9"
|
|
}
|
|
},
|
|
"depends": "gcc",
|
|
"post_install": "
|
|
# Removes installation cruft
|
|
rm -r $dir\\`$PLUGINSDIR",
|
|
"env_add_path": "bin"
|
|
}
|