redox/recipes/dev/gitoxide/recipe.toml
2026-04-11 07:16:54 +07:00

15 lines
222 B
TOML

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