redox/recipes/wip/tui/gitui/recipe.toml
2024-06-12 14:02:34 +00:00

14 lines
248 B
TOML

#TODO openssl-sys crate error
[source]
git = "https://github.com/extrawurst/gitui"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
export OPENSSL_STATIC="true"
cookbook_cargo
"""