xtrayhide-git

LOW
maintainer cynic0226 0 votes scanned 2026-08-30 13:42:42.936847
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

1pkgname=xtrayhide-git
2pkgver=r2.5e33f36
3pkgrel=1
4pkgdesc="Capture X11(XEmbed) tray icons, forward them to SNI. For Wayland compositors(Niri,Hyprland)"
5arch=('x86_64')
6url="https://github.com/bnema/xtrayhide"
7license=('MIT')
8depends=('dbus' 'libx11')
9makedepends=('go' 'git')
10provides=('xtrayhide')
11conflicts=()
12source=("git+${url}.git"
13 "${pkgname}.install")
14sha256sums=('SKIP'
15 'SKIP')
16
17pkgver() {
18 cd "$srcdir/xtrayhide"
19 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20}
21
22build() {
23 cd "$srcdir/xtrayhide"
24 go build -trimpath -o xtrayhide ./cmd/xtrayhide
25}
26
27package() {
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)SeverityRules
2026-08-30 13:42:42 Low 1
2026-08-30 11:42:29 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