xtrayhide-git
LOW
maintainer cynic0226
0 votes
scanned 2026-08-30 13:42:42.936847
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
pkgname=xtrayhide-git
2
pkgver=r2.5e33f36
3
pkgrel=1
4
pkgdesc="Capture X11(XEmbed) tray icons, forward them to SNI. For Wayland compositors(Niri,Hyprland)"
5
arch=('x86_64')
6
url="https://github.com/bnema/xtrayhide"
7
license=('MIT')
8
depends=('dbus' 'libx11')
9
makedepends=('go' 'git')
10
provides=('xtrayhide')
11
conflicts=()
12
source=("git+${url}.git"
13
"${pkgname}.install")
14
sha256sums=('SKIP'
15
'SKIP')
16
17
pkgver() {
18
cd "$srcdir/xtrayhide"
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20
}
21
22
build() {
23
cd "$srcdir/xtrayhide"
24
go build -trimpath -o xtrayhide ./cmd/xtrayhide
25
}
26
27
package() {
28
cd "$srcdir/xtrayhide"
29
install -Dm755 xtrayhide "${pkgdir}/usr/bin/xtrayhide"
30
install -Dm644 xtrayhide.service "${pkgdir}/usr/lib/systemd/user/xtrayhide.service"
31
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 13:42:42 | Low | 1 |
| 2026-08-30 11:42:29 | Low | 1 |