redox/recipes/dev/gitoxide/recipe.toml
2026-05-09 07:19:58 +02:00

15 lines
242 B
TOML

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