1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:47:35 +00:00

Ports: Make lua depends and build with readline

This commit is contained in:
Daniel Lemos 2022-03-15 13:30:11 -03:00 committed by Linus Groh
parent 4cbf78ce6a
commit a4e5c6201e
2 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,7 @@
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
makeopts=("-Csrc/" "-j$(nproc)" "serenity" "CC=${CC}" "AR=${AR}" "RANLIB=${RANLIB}" )
installopts=("INSTALL_TOP=${SERENITY_INSTALL_ROOT}/usr/local")