mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
13 lines
270 B
TOML
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/"
|
|
"""
|