mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 12:09:00 +08:00
13 lines
222 B
TOML
13 lines
222 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/redoxer.git"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
COOKBOOK_CARGO_FLAGS=(
|
|
--path "${COOKBOOK_SOURCE}/daemon"
|
|
--root "${COOKBOOK_STAGE}"
|
|
)
|
|
cookbook_cargo
|
|
"""
|