lua: add new package with version 5.4
authorChristian Marangi <ansuelsmth@gmail.com>
Wed, 25 Oct 2023 03:36:53 +0000 (05:36 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 28 Apr 2024 07:14:30 +0000 (09:14 +0200)
commitda176d58eebcdc62b63560e0d7b8bee2f8196d2e
tree9e9019843f187d75bce3329b40071cdddb1df889
parentc3f21bfc78de9ab01aa126fb7a2089fd568fbc82
lua: add new package with version 5.4

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>
lang/lua5.4/Makefile [new file with mode: 0644]
lang/lua5.4/patches-host/001-include-version-number.patch [new file with mode: 0644]
lang/lua5.4/patches-host/100-no_readline.patch [new file with mode: 0644]
lang/lua5.4/patches/001-include-version-number.patch [new file with mode: 0644]
lang/lua5.4/patches/020-shared_liblua.patch [new file with mode: 0644]
lang/lua5.4/patches/100-no_readline.patch [new file with mode: 0644]