cloudstream-desktop-bin

LOW
maintainer MematiBas42 0 votes scanned 2026-09-22 00:15:14.502938
View on AUR
Why flagged

The package downloads a prebuilt binary from a GitHub release by the maintainer; while the host is not inherently trusted, it is the project's own release infrastructure, and the binary is not executed during build, posing low supply-chain risk.

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt binary from a GitHub release by the maintainer; while the host is not inherently trusted, it is the project's own release infrastructure, and the binary is not executed during build, posing low supply-chain risk.

PKGBUILD

1# Maintainer: MematiBas42
2pkgname=cloudstream-desktop-bin
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="CloudStream desktop client for Linux (Early test build - contributions welcome)"
6arch=('x86_64')
7url="https://github.com/MematiBas42/cloudstream-desktop"
8license=('GPL3')
9depends=('alsa-lib' 'gtk3' 'libmpv.so')
10provides=('cloudstream-desktop')
11conflicts=('cloudstream-desktop')
12source=("cloudstream-desktop-${pkgver}.tar.gz::https://github.com/MematiBas42/cloudstream-desktop/releases/download/v${pkgver}/CloudStream-Linux-x64-Portable.tar.gz"
13 "cloudstream-desktop.desktop")
14sha256sums=('5b086aa3245966cf12d6368eb8bc89319e95c5f981bec362b715ca50e017dae7'
15 '5c10944d6a3743167a1b2b8af72c2eff2fe89db58782ed63fd656b147b19bd9f')
16
17package() {
18 install -dm755 "${pkgdir}/opt/cloudstream-desktop"
19 cp -r "${srcdir}/cloudstream-desktop/"* "${pkgdir}/opt/cloudstream-desktop/"
20
21 # Create binary symlink
22 install -dm755 "${pkgdir}/usr/bin"
23 ln -sf /opt/cloudstream-desktop/bin/cloudstream-desktop "${pkgdir}/usr/bin/cloudstream-desktop"
24
25 # Install Desktop Entry
26 install -Dm644 "${srcdir}/cloudstream-desktop.desktop" "${pkgdir}/usr/share/applications/cloudstream-desktop.desktop"
27
28 # Install Application Icon
29 if [ -f "${pkgdir}/opt/cloudstream-desktop/lib/cloudstream-desktop.png" ]; then
30 install -Dm644 "${pkgdir}/opt/cloudstream-desktop/lib/cloudstream-desktop.png" \
31 "${pkgdir}/usr/share/icons/hicolor/256x256/apps/cloudstream-desktop.png"
32 fi
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-22 00:15:14 Low 2
2026-09-21 23:36:21 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion