neoglogg

LOW
maintainer archdub 1 votes scanned 2026-08-27 19:33:23.106999
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: archdub <groknok [at] gmail [dot] com>
2
3pkgname=neoglogg
4pkgver=1.1.1
5pkgrel=1
6pkgdesc="Fast and smart log explorer, an improved and updated version of glogg."
7arch=('x86_64')
8url="https://github.com/nekromoff/neoglogg"
9license=('GPL-3.0-only')
10depends=('qt6-base' 'boost-libs' 'hicolor-icon-theme' 'qt6-5compat')
11makedepends=('boost')
12source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nekromoff/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
13sha512sums=('7a5049796fe347c743cc4793c99ae4a68e1219ae6f90153081d09075767a320539b28df3f3ed5bcfcab1c7ebc579f3ac088cfdf33cff8c74d31d75943bcae91d')
14
15build() {
16 cd $pkgname-$pkgver
17 mkdir -p build
18 cd build
19 qmake6 ../neoglogg.pro
20 make
21}
22
23package() {
24 cd $pkgname-$pkgver/build
25 make install INSTALL_ROOT="$pkgdir/usr"
26}
27
28# vim:set ts=2 sw=2 et:
29

Scan history

Scanned at (UTC)SeverityRules
2026-08-27 19:33:23 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