2021-01-22 19:44:05 +03:00
|
|
|
#!/usr/bin/env -S bash ../.port_include.sh
|
2019-09-24 09:56:39 +03:00
|
|
|
port=lua
|
2021-12-17 00:23:40 +03:00
|
|
|
version=5.3.6
|
|
|
|
files="http://www.lua.org/ftp/lua-${version}.tar.gz lua-${version}.tar.gz fc5fd69bb8736323f026672b1b7235da613d7177e72558893a0bdcd320466d60"
|
2022-03-15 19:30:11 +03:00
|
|
|
depends=("readline")
|
2021-04-25 13:20:15 +03:00
|
|
|
auth_type=sha256
|
2022-02-08 03:57:51 +03:00
|
|
|
makeopts=("-Csrc/" "-j$(nproc)" "serenity" "CC=${CC}" "AR=${AR}" "RANLIB=${RANLIB}" )
|
2021-09-27 01:16:18 +03:00
|
|
|
installopts=("INSTALL_TOP=${SERENITY_INSTALL_ROOT}/usr/local")
|