redox/recipes/core/profiled/recipe.toml
2026-04-12 14:45:13 +02:00

13 lines
270 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/profiled.git"
[build]
template = "custom"
script = """
# Must be statically linked
cookbook_cargo
mkdir -p "${COOKBOOK_STAGE}/usr/lib/init.d"
cp "${COOKBOOK_SOURCE}/init.d/"* "${COOKBOOK_STAGE}/usr/lib/init.d/"
"""