aboutsummaryrefslogtreecommitdiff
path: root/lang/lua5.4/Makefile
Commit message (Collapse)AuthorAge
* lua: add new package with version 5.4Christian Marangi2024-04-28
Add new lua version 5.4 required by new version of nmap. Patches are copied from lua 5.3. - Readline patch has to be reworked as lua 5.4 now supports no readline for Linux but still needs some tweaks for macOS and bsd systems. - Patch shared lib required some rework. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>