lnav-bin

LOW
maintainer czyt 0 votes scanned 2026-09-14 11:16:56.753038
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: czyt <czytcn@gmail.com>
2
3pkgname=lnav-bin
4pkgver=0.14.1
5pkgrel=1
6pkgdesc='A terminal log file viewer and analyzer (upstream static musl build)'
7arch=('x86_64' 'aarch64')
8url='https://github.com/tstack/lnav'
9license=('BSD-2-Clause')
10# The binary is static; ncurses supplies terminal definitions.
11depends=('ncurses' 'ca-certificates')
12optdepends=('wireshark-cli: read packet captures with tshark'
13 'git: install and update log formats from Git repositories')
14provides=("lnav=${pkgver}")
15conflicts=('lnav')
16options=('!strip' '!debug')
17
18source=("lnav-${pkgver}-LICENSE::https://raw.githubusercontent.com/tstack/lnav/v${pkgver}/LICENSE")
19source_x86_64=("${url}/releases/download/v${pkgver}/lnav-${pkgver}-linux-musl-x86_64.zip")
20source_aarch64=("${url}/releases/download/v${pkgver}/lnav-${pkgver}-linux-musl-arm64.zip")
21sha256sums=('7113b8b5d289fa2626798689991204e5cb2167b5d269eb148b96c642f9e26e6b')
22sha256sums_x86_64=('ec1750f0a6962eed6bb85ad4249457894f190e961277c56d69c47eecce9e705e')
23sha256sums_aarch64=('e605ac855af193b5c7201e2fd94372febec931c5721b50fdf828b3e5af90c677')
24
25package() {
26 local dist="${srcdir}/lnav-${pkgver}"
27 install -Dm755 "${dist}/lnav" "${pkgdir}/usr/bin/lnav"
28 install -Dm644 "${dist}/lnav.1" "${pkgdir}/usr/share/man/man1/lnav.1"
29 install -Dm644 "${dist}/README" "${pkgdir}/usr/share/doc/${pkgname}/README"
30 install -Dm644 "${dist}/NEWS.md" "${pkgdir}/usr/share/doc/${pkgname}/NEWS.md"
31 install -Dm644 "${srcdir}/lnav-${pkgver}-LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-14 11:16:56 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion