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