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