ksystemstats-infiniband-git
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-git
3
_pkgname=ksystemstats-infiniband
4
pkgver=r10.72a24ff
5
pkgrel=1
6
pkgdesc="KDE System Monitor sensor plugin exposing InfiniBand port counters (RDMA-aware) (git)"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/HiroGitea/ksystemstats-infiniband"
9
license=('GPL-2.0-or-later')
10
depends=('libksysguard' 'kcoreaddons' 'qt6-base')
11
makedepends=('cmake' 'git')
12
provides=("$_pkgname")
13
conflicts=("$_pkgname")
14
source=("$_pkgname::git+$url.git")
15
sha256sums=('SKIP')
16
17
pkgver() {
18
cd "$srcdir/$_pkgname"
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20
}
21
22
build() {
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
30
package() {
31
DESTDIR="$pkgdir" cmake --install build
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 03:41:10 | Low | 1 |