diff --git a/recipes/wip/libs/rustls-openssl-compat/recipe.toml b/recipes/wip/libs/rustls-openssl-compat/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..1d0a435b6bf9c1d0961db2b617aa3eb7967088e5
--- /dev/null
+++ b/recipes/wip/libs/rustls-openssl-compat/recipe.toml
@@ -0,0 +1,8 @@
+#TODO missing script for GNU Make
+[source]
+git = "https://github.com/rustls/rustls-openssl-compat"
+[build]
+template = "custom"
+script = """
+COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/rustls-libssl"
+"""