piston/packages/raku/6.d/build.sh
Hydrazer 4c22b1689c edited raku implementation
put it in version folder 6.d and removed the v from version in the json file
2021-06-18 05:11:58 -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 ../