riftbar

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