diff options
Diffstat (limited to 'homebrew/rakudo/.make.sh-auto')
-rw-r--r-- | homebrew/rakudo/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/rakudo/.make.sh-auto b/homebrew/rakudo/.make.sh-auto new file mode 100644 index 000000000..3c2659e2f --- /dev/null +++ b/homebrew/rakudo/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +perl Configure.pl --backends=moar --prefix=${PKG_TAPF} --with-nqp=#{Formula[nqp"].bin}/nqp" +make +make DESTDIR=${PKG_DEST} install +bin.install "tools/install-dist.p6" => "perl6-install-dist" |