redox/recipes/findutils/recipe.toml
2020-05-21 14:24:58 -06:00

12 lines
170 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/findutils.git"
[build]
template = "custom"
script = """
COOKBOOK_CARGO_FLAGS+=(
--bin find
)
cookbook_cargo
"""