hydebar-bin
LOW
maintainer RAprogramm
0 votes
scanned 2026-09-02 01:49:31.609352
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>
2
pkgname=hydebar-bin
3
pkgver=0.1.3
4
pkgrel=1
5
pkgdesc="Status bar for Hyprland, themed by the HyDE desktop (binary package)"
6
arch=('x86_64')
7
url="https://github.com/HyDE-Project/hydebar"
8
license=('GPL-3.0-or-later')
9
depends=(
10
'dbus'
11
'libpulse'
12
'pipewire'
13
'wayland'
14
'xkbcommon'
15
)
16
provides=('hydebar')
17
conflicts=('hydebar')
18
source=("$pkgname-$pkgver.tar.gz::https://github.com/HyDE-Project/hydebar/releases/download/v${pkgver}/hydebar-${pkgver}-x86_64-linux-gnu.tar.gz")
19
sha256sums=('f25ef7cd0433dbe993442decfa10c7dbaa3a5adb8c84a0c986560aaf6c7f44ea')
20
21
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-02 01:49:31 | Low | 1 |