ladybird/Ports/luarocks/patches
Daniel Lemos 3063aedb0c Ports: Add Lua's package manager LuaRocks
Ports: Add LuaRocks to AvailablePorts.md

Ports: Add ReadMe.md for the patches
2022-03-16 14:14:01 +00:00
..
luarocks.patch Ports: Add Lua's package manager LuaRocks 2022-03-16 14:14:01 +00:00
ReadMe.md Ports: Add Lua's package manager LuaRocks 2022-03-16 14:14:01 +00:00

Patches for LuaRocks on SerenityOS

luarocks.patch

src/luarocks/core/cfg.lua: Setup serenity as a platform and config defaults.variables.UNZIP to work around our unzip command not supporting the flag -n src/luarocks/core/sysdetect.lua: Detect SerenityOS using the uname command

This should should be upstreamed so next versions of LuaRocks will support Serenity out of the box.