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