diff --git a/bucket/nim.json b/bucket/nim.json new file mode 100644 index 00000000..1426b070 --- /dev/null +++ b/bucket/nim.json @@ -0,0 +1,25 @@ +{ + "homepage": "http://nim-lang.org/", + "version": "0.10.2", + "license": "MIT", + "architecture": { + "64bit": { + "url": "http://nim-lang.org/download/nim-0.10.2_x64.exe#/dl.7z", + "hash": "6221d688be567c15e0087f87dccaee5544cd537bfa6b032c72545dfbe1c806db" + }, + "32bit": { + "url": "http://nim-lang.org/download/nim-0.10.2_x32.exe#/dl.7z", + "hash": "f447b27ff66f2611cfef92c87ad002bba236e503038bfe5e2b36adc2d3b3f16e" + } + }, + "bin": [ + "bin\\nimgrep.exe", + "bin\\nim.exe", + "bin\\nim_debug.exe" + ], + "depends": "gcc", + "post_install": " +# Removes installation cruft +rm -r $dir\\`$PLUGINSDIR +rm -r $dir\\`$COMMONFILES" +} \ No newline at end of file diff --git a/bucket/nimrod.json b/bucket/nimrod.json deleted file mode 100644 index 6f90bcb0..00000000 --- a/bucket/nimrod.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "homepage": "http://nimrod-lang.org/", - "version": "0.9.6", - "license": "MIT", - "architecture": { - "64bit": { - "url": "http://nimrod-lang.org/download/nimrod_0.9.6_x64.exe#/dl.7z", - "hash": "387e7fe5084b8a56432554dc3162f98808622315a62c99e37d4851d1e9c26339" - }, - "32bit": { - "url": "http://nimrod-lang.org/download/nimrod_0.9.6.exe#/dl.7z", - "hash": "175e9e163328a3294318a1320151c4b4e7baaf203314ac7098324a2c27ed171ex" - } - }, - "bin": [ - "bin\\nimgrep.exe", - "bin\\niminst.exe", - "bin\\nimrod.exe", - "bin\\nimrod_debug.exe" - ], - "env_set": { - "NIMRODPATH": "$dir" - }, - "depends": "gcc", - "post_install": " -# Removes installation cruft -rm -r $dir\\`$PLUGINSDIR -rm -r $dir\\`$COMMONFILES" -} \ No newline at end of file