redox/recipes/gitoxide/recipe.toml
2023-05-08 08:14:01 -06:00

15 lines
221 B
TOML

[source]
git = "https://github.com/Byron/gitoxide.git"
[build]
dependencies = [
"openssl",
]
template = "custom"
script = """
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
export OPENSSL_STATIC="true"
cookbook_cargo
"""