mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
* Dependencies have to be proper package names * A few WIP packages had invalid TOMLs, like missing quotation marks for strings
12 lines
243 B
TOML
12 lines
243 B
TOML
[source]
|
|
git = "https://github.com/lunarmodules/lua-compat-5.3.git"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"lua54"
|
|
]
|
|
script = """
|
|
mkdir -pv "${COOKBOOK_STAGE}/include"
|
|
cp -r "$COOKBOOK_SOURCE/c-api/." "${COOKBOOK_STAGE}/include"
|
|
"""
|