mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
+ nimsuggest is now added to PATH - nimble is no longer shipped with the distro for some reason
21 lines
633 B
JSON
21 lines
633 B
JSON
{
|
|
"homepage": "http://nim-lang.org/",
|
|
"version": "0.14.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://nim-lang.org/download/nim-0.14.0_x64.exe#/dl.7z",
|
|
"hash": "94e60ac31aaf64a3955c500a3f2eacee8adff2000c23a659d5be9049fd1e5c81"
|
|
},
|
|
"32bit": {
|
|
"url": "http://nim-lang.org/download/nim-0.14.0_x32.exe#/dl.7z",
|
|
"hash": "2c444c7e1454fbd52449686ae82f3079068f1de48c90140fcdbf8b6e1b3e1760"
|
|
}
|
|
},
|
|
"depends": "gcc",
|
|
"post_install": "
|
|
# Removes installation cruft
|
|
rm -r $dir\\`$PLUGINSDIR",
|
|
"env_add_path": "bin"
|
|
}
|