redox/recipes/wip/tui/gitui/recipe.toml
2025-10-08 22:24:13 +07:00

15 lines
207 B
TOML

#TODO: Page fault
[source]
git = "https://github.com/extrawurst/gitui"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
DYNAMIC_INIT
export OPENSSL_NO_VENDOR=1
cookbook_cargo
"""