mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
27 lines
758 B
JSON
27 lines
758 B
JSON
{
|
|
"homepage": "http://nim-lang.org/",
|
|
"version": "0.13.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://nim-lang.org/download/nim-0.13.0_x64.exe#/dl.7z",
|
|
"hash": "b8ae30664e6c0c4be0f9cd3bb4e5f78d41e1571c208301d0cf6d8edec73d187b"
|
|
},
|
|
"32bit": {
|
|
"url": "http://nim-lang.org/download/nim-0.13.0_x32.exe#/dl.7z",
|
|
"hash": "e05f470e77384a9ce68b1feabac176c7ba0806ab667a001f43980080610e2a96"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin\\nimgrep.exe",
|
|
"bin\\nim.exe",
|
|
"bin\\nimble.exe"
|
|
],
|
|
"depends": "gcc",
|
|
"post_install": "
|
|
# Removes installation cruft
|
|
rm -r $dir\\`$PLUGINSDIR
|
|
rm -r $dir\\`$COMMONFILES",
|
|
"env_add_path": "dist"
|
|
}
|