Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a moarvm component
  • Loading branch information
japhb committed Jun 4, 2013
1 parent 8a6d7d7 commit 911bc4d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions components.json
@@ -1,4 +1,18 @@
{
"moarvm": {
"name": "moarvm",
"repo_url": "git://github.com/MoarVM/MoarVM.git",
"build_steps": [
[ "make", "realclean" ],
[ "git", "clean", "-dxf" ],
[ "rm", "-rf", "nqp-cc/install", "nqp-cc/parrot", "nqp-cc/nqp" ],
[ "perl", "Configure.pl" ],
[ "make" ],
[ "git", "clone", "-l", "../../parrot/parrot.git", "nqp-cc/parrot" ],
[ "git", "clone", "-l", "../../nqp/nqp.git", "nqp-cc/nqp" ],
"cd nqp-cc && perl Configure.pl --gen-parrot && make"
]
},
"niecza": {
"name": "niecza",
"repo_url": "git://github.com/sorear/niecza.git",
Expand Down

0 comments on commit 911bc4d

Please sign in to comment.