open-sstv-bin
LOW
maintainer va2bbw
0 votes
scanned 2026-08-22 15:17:41.736085
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: va2bbw <antelaurijssen@gmail.com>
2
3
pkgname=open-sstv-bin
4
pkgver=0.6.8
5
pkgrel=1
6
pkgdesc="Open-source cross-platform SSTV transceiver for amateur radio (prebuilt binary, GUI only)"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/bucknova/Open-SSTV"
9
license=('GPL-3.0-or-later')
10
provides=('open-sstv')
11
conflicts=('open-sstv')
12
optdepends=('hamlib: rigctld-based radio control')
13
options=('!strip')
14
15
source_x86_64=("https://github.com/bucknova/Open-SSTV/releases/download/v$pkgver/open-sstv-linux-x86_64.zip")
16
source_aarch64=("https://github.com/bucknova/Open-SSTV/releases/download/v$pkgver/open-sstv-linux-arm64.zip")
17
18
package() {
19
install -dm755 "$pkgdir/opt/open-sstv"
20
cp -r open-sstv/* "$pkgdir/opt/open-sstv/"
21
22
install -dm755 "$pkgdir/usr/bin"
23
ln -s /opt/open-sstv/open-sstv "$pkgdir/usr/bin/open-sstv"
24
25
install -Dm644 "$srcdir"/open-sstv/_internal/open_sstv-*.dist-info/licenses/LICENSE \
26
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27
}
28
sha256sums_x86_64=('4ed6769a0e298675e289a19c650ccdf84046602ee810317c216352fdd5f8803e')
29
sha256sums_aarch64=('b787b780c0f643ff54e33654f12cf5541156de5696029b2e6f9bd6c024ade732')
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-22 15:17:41 | Low | 1 |