2021-01-22 13:44:05 -03:00
|
|
|
#!/usr/bin/env -S bash ../.port_include.sh
|
2019-09-24 03:56:39 -03:00
|
|
|
port=lua
|
|
|
|
|
version=5.3.5
|
2021-04-25 07:20:15 -03:00
|
|
|
files="http://www.lua.org/ftp/lua-${version}.tar.gz lua-${version}.tar.gz 0c2eed3f960446e1a3e4b9a1ca2f3ff893b6ce41942cf54d5dd59ab4b3b058ac"
|
|
|
|
|
auth_type=sha256
|
2020-04-18 05:27:43 -03:00
|
|
|
makeopts="-j$(nproc) serenity"
|
2021-04-20 12:42:04 -03:00
|
|
|
installopts="INSTALL_TOP=${SERENITY_INSTALL_ROOT}/usr/local"
|