smc-bridge

LOW
maintainer dhtseany 0 votes scanned 2026-09-26 15:15:21.013550
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: Sean Snell <ssnell@lakecs.net>
2pkgname=smc-bridge
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="Bridges the M-Vave/SINCO SMC-Mixer control surface to jack_mixer over MIDI via PipeWire"
6arch=('any')
7url="https://github.com/dhtseany/smc-bridge"
8license=('GPL-3.0-or-later')
9depends=('python' 'pyside6')
10optdepends=('python-pyalsa: live MIDI transport for --headless hardware control')
11makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
12source=("$pkgname-$pkgver.tar.gz::https://github.com/dhtseany/smc-bridge/archive/refs/tags/v$pkgver.tar.gz")
13sha256sums=('3e1d5422471addc149f2ce61adda82aaf708cd550ed99a374b8725289e5aa0b5')
14
15build() {
16 cd "$pkgname-$pkgver"
17 python -m build --wheel --no-isolation
18}
19
20check() {
21 cd "$pkgname-$pkgver"
22 QT_QPA_PLATFORM=offscreen python -m unittest discover -s tests -v
23}
24
25package() {
26 cd "$pkgname-$pkgver"
27 python -m installer --destdir="$pkgdir" dist/*.whl
28 install -Dm644 systemd/smc-bridge.service "$pkgdir/usr/lib/systemd/user/smc-bridge.service"
29 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-09-26 15:15:21 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