redox/recipes/redoxerd/recipe.toml
2020-05-21 12:02:16 -06:00

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
"""