ladybird/Ports/lua/package.sh

9 lines
393 B
Bash
Raw Normal View History

2021-01-22 19:44:05 +03:00
#!/usr/bin/env -S bash ../.port_include.sh
port=lua
version=5.3.6
files="http://www.lua.org/ftp/lua-${version}.tar.gz lua-${version}.tar.gz fc5fd69bb8736323f026672b1b7235da613d7177e72558893a0bdcd320466d60"
depends=("readline")
auth_type=sha256
2022-02-08 03:57:51 +03:00
makeopts=("-Csrc/" "-j$(nproc)" "serenity" "CC=${CC}" "AR=${AR}" "RANLIB=${RANLIB}" )
installopts=("INSTALL_TOP=${SERENITY_INSTALL_ROOT}/usr/local")