diff --git a/recipes/relibc/recipe.toml b/recipes/relibc/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..a25543a235eec72a36a8d6b62757156f851e89a4
--- /dev/null
+++ b/recipes/relibc/recipe.toml
@@ -0,0 +1,10 @@
+[recipe]
+# TODO: Set git link once userspace_fexec is merged.
+#GIT=https://gitlab.redox-os.org/redox-os/relibc.git
+
+[build]
+template = "custom"
+script = """
+cd "${COOKBOOK_SOURCE}"
+"$REDOX_MAKE" CARGO="env -u CARGO cargo" -j"$($NPROC)" DESTDIR="${COOKBOOK_STAGE}" install
+"""