btop-intel-git
LOW
maintainer nexusxe
0 votes
scanned 2026-09-10 00:22:44.768965
Why flagged
The package builds from official upstream sources (GitHub and Arch GitLab) with transparent patches; the low severity is due to few votes and recent upload, not malicious content.
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.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from official upstream sources (GitHub and Arch GitLab) with transparent patches; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: NexusXe <nex@nexusxe.com>
2
# Tracks the Arch extra/btop package and applies Intel xe GPU support patches on top.
3
4
pkgname=btop-intel-git
5
pkgver=1.4.7.r1
6
pkgrel=1
7
pkgdesc='A monitor of system resources, bpytop ported to C++, with Intel xe GPU support'
8
arch=(x86_64)
9
url='https://github.com/aristocratos/btop'
10
license=(Apache-2.0)
11
depends=(glibc
12
hicolor-icon-theme
13
libgcc
14
libstdc++)
15
makedepends=(git
16
linux-api-headers
17
lowdown
18
rocm-smi-lib)
19
optdepends=('rocm-smi-lib: AMD GPU support')
20
provides=("btop=${pkgver%.r*}")
21
conflicts=(btop)
22
source=(btop::git+https://github.com/aristocratos/btop.git
23
arch-btop::git+https://gitlab.archlinux.org/archlinux/packaging/packages/btop.git
24
0001-xe-backend.patch
25
0002-xe-vram.patch
26
0003-xe-temp.patch
27
0004-xe-encdec.patch)
28
sha256sums=('SKIP'
29
'SKIP'
30
'f206650c7c0a827ae2ac0ffb605d4d3eb4a69662907b3d5d134677d21dafafa1'
31
'39666d93381df14e4201f33cad08a27098a96836139043c68d63a9c740ae7497'
32
'476e10905703e691f1ee6d05e2f9f4482afe5b31ece70e1c7c24fc22bb2039cc'
33
'81baf11b1398910beef445c3e68b61ad3397df0ab5729c24b587877aa5255d9a')
34
35
_archvar() {
36
sed -n "s/^$1=//p" "$srcdir/arch-btop/PKGBUILD"
37
}
38
39
pkgver() {
40
printf '%s.r%s' "$(_archvar pkgver)" "$(_archvar pkgrel)"
41
}
42
43
prepare() {
44
cd btop
45
git checkout -q "v$(_archvar pkgver)"
46
local src
47
for src in "${source[@]}"; do
48
[[ $src == *.patch ]] && patch -Np1 -i "$srcdir/$src"
49
done
50
}
51
52
build() {
53
cd btop
54
make all
55
}
56
57
package() {
58
cd btop
59
make DESTDIR="$pkgdir" PREFIX=/usr install
60
make DESTDIR="$pkgdir" PREFIX=/usr setcap
61
}
62
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 23:20:11 | Low | 2 |