mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 21:18:41 +08:00
11 lines
313 B
TOML
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",
|
|
]
|