From dedf07c26c16d77987f5a8668d64e9128136e12b Mon Sep 17 00:00:00 2001 From: Ron Williams <ron.williams.redox@gmail.com> Date: Mon, 1 May 2023 00:16:37 -0700 Subject: [PATCH] gitoxide recipe --- recipes/gitoxide/recipe.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/gitoxide/recipe.toml diff --git a/recipes/gitoxide/recipe.toml b/recipes/gitoxide/recipe.toml new file mode 100644 index 000000000..b8d800b7c --- /dev/null +++ b/recipes/gitoxide/recipe.toml @@ -0,0 +1,14 @@ +# [source] +# git = "https://github.com/Byron/gitoxide.git" + +[build] +dependencies = [ + "openssl", +] +template = "custom" +script = """ +export OPENSSL_DIR=${COOKBOOK_ROOT}/recipes/openssl/target/${TARGET}/stage +export OPENSSL_STATIC="true" +cookbook_cargo +""" + -- GitLab