redox/recipes/wip/gitui/recipe.toml
2023-11-30 18:13:53 +00:00

14 lines
281 B
TOML

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