Created
April 1, 2016 03:35
-
-
Save fuzzy/53253fbb78228ccec76b5cb93bf98c8c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "packager": "Mike 'Fuzzy' Partin", | |
| "email": "fuzzy@fumanchu.org", | |
| "homepage": "http://www.", | |
| "package": "Nim", | |
| "version": "devel", | |
| "license": "http://www.opensource.org/licenses/mit-license.html", | |
| "source": "https://github.com/nim-lang/Nim/archive/%version%.zip", | |
| "configure": { | |
| "enable": false | |
| }, | |
| "compile": { | |
| "cmd": "./bootstrap.sh" | |
| }, | |
| "install": { | |
| "cmd": "./install.sh", | |
| "args": ["${HOME}/.runtime/.installed/%package%/%osnamel%/%arch%/%version%"] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment