diff --git a/recipes/gitoxide/recipe.toml b/recipes/gitoxide/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..b8d800b7c6e20fbc2fa34ff766930c5e7753e468 --- /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 +""" +