lnav 0.14.0⚓︎
- Homepage: https://lnav.org/
- Manpage: https://docs.lnav.org/
- Changelog: https://github.com/tstack/lnav/releases
- Repository: https://github.com/tstack/lnav
- Package: master/make/pkgs/lnav/
-
Steward: -
-
Homepage: https://lnav.org/
- Documentation: https://docs.lnav.org/
- Changelog: https://github.com/tstack/lnav/releases
- Repository: https://github.com/tstack/lnav
- Package: ../../make/pkgs/lnav/
lnav is an advanced terminal log viewer and analyzer that can merge,
filter, search, and inspect mixed log files directly on the target device.
Menuconfig options⚓︎
lnav: builds the native C/C++ target binary/usr/bin/lnav.Build optional Rust extensions (PRQL support): enables the bundled
Rust/Cargo extension library used by upstreamlnavfor PRQL-related
functionality.
The package keeps --disable-system-paths hard-disabled in the recipe because
this is a cross-build safety setting, not a target feature toggle: enabling it
would make configure search host include/library paths such as /usr and
/usr/local, which is undesirable for freetz cross-compilation.
Build notes⚓︎
- GitHub release tarballs do not ship a generated
configure, so the package
runsautoreconfbefore configure. - On 32-bit MIPS targets the final link also needs
libatomic. - The package is externalizable through the standard
externalmenu and ships
/usr/bin/lnavas external payload when selected.