redox/recipes/wip/dev/git-tools/tig/recipe.toml
2026-04-16 20:17:57 -03:00

11 lines
265 B
TOML

#TODO not compiled or tested
# build instructions: https://jonas.github.io/tig/INSTALL.html
[source]
tar = "https://github.com/jonas/tig/releases/download/tig-2.6.0/tig-2.6.0.tar.gz"
[build]
template = "configure"
dependencies = [
"ncursesw",
"libiconv",
]