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