ksystemstats-infiniband

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
3pkgver=1.0.1
4pkgrel=1
5pkgdesc="KDE System Monitor sensor plugin exposing InfiniBand port counters (RDMA-aware)"
6arch=('x86_64' 'aarch64')
7url="https://github.com/HiroGitea/ksystemstats-infiniband"
8license=('GPL-2.0-or-later')
9depends=('libksysguard' 'kcoreaddons' 'qt6-base')
10makedepends=('cmake')
11source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12sha256sums=('73bdf821fad93894e8cdf4512bdb0779499ae1331dc79a61be6411978b99afc5')
13
14build() {
15 cmake -B build -S "$pkgname-$pkgver" \
16 -DCMAKE_BUILD_TYPE=None \
17 -DCMAKE_INSTALL_PREFIX=/usr \
18 -Wno-dev
19 cmake --build build
20}
21
22package() {
23 DESTDIR="$pkgdir" cmake --install build
24}
25

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