mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
14 lines
308 B
TOML
14 lines
308 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/zerod.git"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo --bin zerod
|
|
|
|
# TODO: symlinks aren't supported by redox-initfs
|
|
#ln -sv zerod "${COOKBOOK_STAGE}/usr/bin/nulld"
|
|
|
|
cp "${COOKBOOK_STAGE}/usr/bin/zerod" "${COOKBOOK_STAGE}/usr/bin/nulld"
|
|
"""
|