shurectl

LOW
maintainer Humblemonk 1 votes scanned 2026-08-25 03:25:42.010142
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: Humblemonk <humblemonk@gmail.com>
2
3pkgname=shurectl
4pkgver=2.5.1
5pkgrel=1
6pkgdesc='TUI configurator for Shure MOTIV USB audio interfaces and microphones'
7arch=('x86_64' 'aarch64')
8url='https://github.com/Humblemonk/shurectl'
9license=('GPL-3.0-only')
10depends=('gcc-libs' 'glibc' 'alsa-lib' 'systemd-libs')
11makedepends=('cargo')
12source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
13sha256sums=('0de92ff9a9112fe992234e0f3c162198436775eb5cc51f7084312533c2f572f8')
14
15prepare() {
16 cd "$pkgname-$pkgver"
17 export RUSTUP_TOOLCHAIN=stable
18 cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
19}
20
21build() {
22 cd "$pkgname-$pkgver"
23 export RUSTUP_TOOLCHAIN=stable
24 export CARGO_TARGET_DIR=target
25 cargo build --frozen --release
26}
27
28check() {
29 cd "$pkgname-$pkgver"
30 export RUSTUP_TOOLCHAIN=stable
31 export CARGO_TARGET_DIR=target
32 cargo test --frozen
33}
34
35package() {
36 cd "$pkgname-$pkgver"
37 install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
38 install -Dm0644 -t "$pkgdir/usr/lib/udev/rules.d/" 62-shure.rules
39 install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md
40 install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-08-25 03:25:42 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