hydebar-bin

LOW
maintainer RAprogramm 0 votes scanned 2026-09-02 01:49:31.609352
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

1# Maintainer: RAprogramm <andrey.rozanov.vl@gmail.com>
2pkgname=hydebar-bin
3pkgver=0.1.3
4pkgrel=1
5pkgdesc="Status bar for Hyprland, themed by the HyDE desktop (binary package)"
6arch=('x86_64')
7url="https://github.com/HyDE-Project/hydebar"
8license=('GPL-3.0-or-later')
9depends=(
10 'dbus'
11 'libpulse'
12 'pipewire'
13 'wayland'
14 'xkbcommon'
15)
16provides=('hydebar')
17conflicts=('hydebar')
18source=("$pkgname-$pkgver.tar.gz::https://github.com/HyDE-Project/hydebar/releases/download/v${pkgver}/hydebar-${pkgver}-x86_64-linux-gnu.tar.gz")
19sha256sums=('f25ef7cd0433dbe993442decfa10c7dbaa3a5adb8c84a0c986560aaf6c7f44ea')
20
21package() {
22 # Install binary
23 install -Dm755 hydebar "$pkgdir/usr/bin/hydebar"
24
25 # Install theme switch script
26 install -Dm755 hydebar-theme-switch "$pkgdir/usr/bin/hydebar-theme-switch"
27
28 # Install D-Bus service file
29 install -Dm644 org.freedesktop.Notifications.service \
30 "$pkgdir/usr/share/dbus-1/services/org.freedesktop.Notifications.service"
31
32 # Install documentation
33 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
34
35 # Install licenses
36 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
37 install -Dm644 LICENSE.MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE.MIT"
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-09-02 01:49:31 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