redox/recipes/wip/tui/nnn/recipe.toml
2024-12-08 21:22:10 +00:00

11 lines
313 B
TOML

#TODO write a script for cross-compilation
# how to static link the libraries: https://github.com/jarun/nnn/wiki/Developer-guides#static-compilation
[source]
tar = "https://github.com/jarun/nnn/releases/download/v5.0/nnn-v5.0.tar.gz"
[build]
template = "custom"
dependencies = [
"ncursesw",
"readline",
]