Add findutils recipe

This commit is contained in:
Jeremy Soller 2020-05-21 14:24:58 -06:00
parent 47d04ef7ac
commit 00e62b35f8
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

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