mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
11 lines
265 B
TOML
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",
|
|
]
|