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 00000000..1d0a435b --- /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" +"""