mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 03:28:42 +08:00
14 lines
314 B
TOML
14 lines
314 B
TOML
#TODO compile and test
|
|
# build instructions: https://github.com/tstack/lnav#building-from-source
|
|
[source]
|
|
tar = "https://github.com/tstack/lnav/releases/download/v0.14.0/lnav-0.14.0.tar.bz2"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"pcre2",
|
|
"sqlite3",
|
|
"zlib",
|
|
"bzip2",
|
|
"libunistring",
|
|
]
|