ksystemstats-infiniband-git

LOW
maintainer Hiro 0 votes scanned 2026-08-30 03:41:10.150702
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: Hiro <31057166+HiroGitea@users.noreply.github.com>
2pkgname=ksystemstats-infiniband-git
3_pkgname=ksystemstats-infiniband
4pkgver=r10.72a24ff
5pkgrel=1
6pkgdesc="KDE System Monitor sensor plugin exposing InfiniBand port counters (RDMA-aware) (git)"
7arch=('x86_64' 'aarch64')
8url="https://github.com/HiroGitea/ksystemstats-infiniband"
9license=('GPL-2.0-or-later')
10depends=('libksysguard' 'kcoreaddons' 'qt6-base')
11makedepends=('cmake' 'git')
12provides=("$_pkgname")
13conflicts=("$_pkgname")
14source=("$_pkgname::git+$url.git")
15sha256sums=('SKIP')
16
17pkgver() {
18 cd "$srcdir/$_pkgname"
19 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20}
21
22build() {
23 cmake -B build -S "$_pkgname" \
24 -DCMAKE_BUILD_TYPE=None \
25 -DCMAKE_INSTALL_PREFIX=/usr \
26 -Wno-dev
27 cmake --build build
28}
29
30package() {
31 DESTDIR="$pkgdir" cmake --install build
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 03:41:10 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