piston/packages/raku/6.0.0-d/build.sh
Hydrazer 58187763f4 edited raku version
changed the same stuff as last time but with different stuff
2021-06-18 14:48:02 -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 ../