redox/recipes/wip/dev/analysis/lnav/recipe.toml
2026-05-17 07:40:49 -03:00

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",
]