broadcast-ctl-git

LOW
maintainer londospark 0 votes scanned 2026-08-31 17:46:09.540886
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: Gareth Hubball <ridecar2@gmail.com>
2pkgname=broadcast-ctl-git
3pkgver=0.5.1.r0.g0000000
4pkgrel=1
5pkgdesc="CLI for AI-powered per-application noise suppression on PipeWire (git version)"
6arch=('x86_64')
7url="https://github.com/londospark/broadcast"
8license=('GPL-3.0-or-later')
9depends=('pipewire' 'pipewire-pulse')
10makedepends=('cargo' 'git')
11provides=('broadcast-ctl')
12conflicts=('broadcast-ctl' 'broadcast-ctl-bin')
13source=("$pkgname::git+https://github.com/londospark/broadcast.git")
14sha256sums=('SKIP')
15
16pkgver() {
17 cd "$pkgname"
18 git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
19}
20
21prepare() {
22 cd "$pkgname"
23 cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
24}
25
26build() {
27 cd "$pkgname"
28 export RUSTUP_TOOLCHAIN=stable
29 export CARGO_TARGET_DIR=target
30 cargo build --frozen --release -p broadcast-ctl
31}
32
33package() {
34 cd "$pkgname"
35 install -Dm755 target/release/broadcast-ctl "$pkgdir/usr/bin/broadcast-ctl"
36 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
37}
38

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 17:46:09 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