Skip to content

Instantly share code, notes, and snippets.

@fuzzy
Created April 1, 2016 03:35
Show Gist options
  • Save fuzzy/53253fbb78228ccec76b5cb93bf98c8c to your computer and use it in GitHub Desktop.
Save fuzzy/53253fbb78228ccec76b5cb93bf98c8c to your computer and use it in GitHub Desktop.
{
"packager": "Mike 'Fuzzy' Partin",
"email": "[email protected]",
"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