From 4e9ef6e1f4fe1d1ca1e9ab1f8a61cb55517c1ddc Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 8 Jun 2024 19:20:42 +0000 Subject: [PATCH] Add a recipe --- recipes/wip/libs/rustls-openssl-compat/recipe.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/wip/libs/rustls-openssl-compat/recipe.toml 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 000000000..1d0a435b6 --- /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" +""" -- GitLab