Files
RedBear-OS/recipes/core/kernel/recipe.toml
T
2026-04-14 10:50:42 +01:00

12 lines
262 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/kernel.git"
patches = ["redox.patch"]
[build]
template = "custom"
script = """
make -f ${COOKBOOK_SOURCE}/Makefile
mkdir -pv "${COOKBOOK_STAGE}/usr/lib/boot"
cp -v kernel "${COOKBOOK_STAGE}/usr/lib/boot"
"""