diff --git a/recipes/findutils/recipe.toml b/recipes/findutils/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..65ec7db45f25ae6ca4cf4996a111a3d43e3a3ff3
--- /dev/null
+++ b/recipes/findutils/recipe.toml
@@ -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
+"""