ksystemstats-infiniband
LOW
maintainer Hiro
0 votes
scanned 2026-08-30 03:41:10.150702
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>
2
pkgname=ksystemstats-infiniband
3
pkgver=1.0.1
4
pkgrel=1
5
pkgdesc="KDE System Monitor sensor plugin exposing InfiniBand port counters (RDMA-aware)"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/HiroGitea/ksystemstats-infiniband"
8
license=('GPL-2.0-or-later')
9
depends=('libksysguard' 'kcoreaddons' 'qt6-base')
10
makedepends=('cmake')
11
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12
sha256sums=('73bdf821fad93894e8cdf4512bdb0779499ae1331dc79a61be6411978b99afc5')
13
14
build() {
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
22
package() {
23
DESTDIR="$pkgdir" cmake --install build
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 03:41:10 | Low | 1 |