tools: Add rakudo for checking perl6 syntax.
This commit is contained in:
parent
23f5533860
commit
16b95a2376
5 changed files with 49 additions and 9 deletions
|
|
@ -2262,6 +2262,28 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "rakudo",
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://rakudostar.com/files/star/rakudo-star-2019.03.tar.gz",
|
||||
"sha256": "640a69de3a2b4f6c49e75a01040e8770de3650ea1d5bb61057e3dfa3c79cc008"
|
||||
}
|
||||
],
|
||||
"buildsystem": "simple",
|
||||
"build-commands": [
|
||||
"cd MoarVM; perl Configure.pl --prefix=/app",
|
||||
"cd MoarVM; make -j4",
|
||||
"cd MoarVM; make install",
|
||||
"cd nqp; perl Configure.pl --prefix=/app",
|
||||
"cd nqp; make -j4",
|
||||
"cd nqp; make install",
|
||||
"perl Configure.pl --prefix=/app",
|
||||
"make -j4",
|
||||
"make install"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "db5.3",
|
||||
"sources": [
|
||||
|
|
@ -2400,10 +2422,10 @@
|
|||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/ahamilton/eris",
|
||||
"commit": "a2bea77cd29e5d20bbc774beabbb7ee33feeeae4"
|
||||
"commit": "23f553386031b1c7d60e679d649efa8a877a41e4"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"command": "eris"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue