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