redox/recipes/core/findutils/recipe.toml
2025-11-17 11:06:16 +07:00

10 lines
153 B
TOML

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