streamdock-n4e
LOW
maintainer honeycomb547
0 votes
scanned 2026-08-31 01:44:31.582560
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
pkgname=streamdock-n4e
2
pkgver=0.1.0
3
pkgrel=1
4
pkgdesc='Native Linux controller for the VSDinside Stream Dock N4E'
5
arch=('x86_64')
6
url='https://github.com/MiraboxSpace/StreamDock-Device-SDK'
7
license=('MIT')
8
depends=('python' 'pyside6' 'python-flask' 'python-pillow' 'python-pyudev')
9
makedepends=('git')
10
source=('streamdock::git+https://github.com/MiraboxSpace/StreamDock-Device-SDK.git#commit=df53672a0c484bf6e679728a7a529f80df3cbd0d'
11
'streamdock_native.py'
12
'streamdock_wrapper.py'
13
'streamdock-n4e.desktop')
14
sha256sums=('SKIP'
15
'462b0c575e0295b3328fbcf642fc375aabf5e059efefd339fad86834622f4b5b'
16
'e0e5ee8f7269c81b2962a83c720a0cd839fa832b492d43641af52151564dd2a5'
17
'1c11b49de3699f481dc58aaf737dc88f4483477206a9771fc96df0a8409bbb35')
18
19
package() {
20
install -Dm755 streamdock_native.py "$pkgdir/usr/bin/streamdock-n4e"
21
install -Dm644 streamdock_wrapper.py "$pkgdir/usr/share/streamdock/streamdock_wrapper.py"
22
install -Dm644 streamdock-n4e.desktop "$pkgdir/usr/share/applications/streamdock-n4e.desktop"
23
mkdir -p "$pkgdir/usr/share/streamdock/sdk"
24
cp -a streamdock/Python-SDK/src "$pkgdir/usr/share/streamdock/sdk/Python-SDK"
25
}
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 01:44:31 | Low | 1 |