riftbar
LOW
maintainer matthewq337
0 votes
scanned 2026-09-08 09:16:51.245511
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: BinaryHarbinger <halilefeesen@proton.me>
2
3
pkgname=riftbar
4
pkgver=0.2.6
5
pkgrel=1
6
pkgdesc="Highly customizable GTK4 bar for Wayland written in Rust"
7
arch=('x86_64')
8
url="https://codeberg.org/sorashii/riftbar"
9
license=('GPL-3.0-only')
10
11
depends=(
12
'gtk4'
13
'gtk4-layer-shell'
14
'wayland')
15
16
makedepends=('cargo')
17
18
19
source=("https://codeberg.org/sorashii/riftbar/archive/v$pkgver.tar.gz")
20
sha256sums=('47f0cbe0f6de2eba7110ec0a49f0f2039c6324cd5d0689983e0d469c35439597')
21
22
23
build() {
24
cd "$srcdir/riftbar"
25
cargo build --release
26
}
27
28
package() {
29
cd "$srcdir/riftbar"
30
31
install -Dm755 target/release/riftbar "$pkgdir/usr/bin/riftbar"
32
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-08 09:16:51 | Low | 1 |