redox/recipes/findutils/recipe.toml
2023-05-18 13:17:46 -06:00

9 lines
140 B
TOML

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