1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 16:37:46 +00:00

Ports: Add Lua's package manager LuaRocks

Ports: Add LuaRocks to AvailablePorts.md

Ports: Add ReadMe.md for the patches
This commit is contained in:
Daniel Lemos 2022-03-15 13:48:34 -03:00 committed by Linus Groh
parent a4e5c6201e
commit 3063aedb0c
4 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# 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.