piston/packages/raku/build.sh
Hydrazer 3365ba34b8 Adding Raku
probably doesn't work lol tried copying the other ones someone could probably implement it using the build instructions from this https://rakudo.org/downloads/rakudo/source
2021-06-12 11:44:10 -06:00

10 lines
No EOL
206 B
Bash

#!/usr/bin/env bash
mkdir -p bin
cd bin/
curl -L "https://rakudo.org/dl/rakudo/rakudo-moar-2021.05-01-linux-x86_64-gcc.tar.gz" -o raku.tar.xz
tar xf raku.tar.xz --strip-components=1
rm raku.tar.xz
cd ../