tools: Add rakudo for checking perl6 syntax.

This commit is contained in:
Andrew Hamilton 2019-07-10 21:36:40 +10:00
parent 23f5533860
commit 16b95a2376
5 changed files with 49 additions and 9 deletions

View file

@ -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"
}
}