redox/recipes/gitoxide/recipe.toml
2023-05-01 07:21:12 +00:00

15 lines
255 B
TOML

[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
"""