added luau package

This commit is contained in:
andrew-aj 2022-01-29 12:20:56 -05:00
parent a965df2eb9
commit 29bda46403
5 changed files with 25 additions and 0 deletions

11
packages/luau/0.511/build.sh vendored Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env bash
# Put instructions to build your package in here
curl -R -O -L "https://github.com/Roblox/luau/archive/refs/tags/0.511.tar.gz"
tar zxf 0.511.tar.gz
rm 0.511.tar.gz
cd luau-0.511
make config=release luau
cd ..