sysdvr-client
LOW
maintainer FoxAmes
0 votes
scanned 2026-08-19 03:41:13.749572
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: Forest Ames <fox dot ames at smallfox dot io>
2
pkgname=sysdvr-client
3
pkgver=6.3
4
pkgrel=1
5
pkgdesc="Stream switch games to your PC via USB or network"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/exelix11/SysDVR"
8
license=('GPL-2.0-only')
9
depends=('ffmpeg' 'sdl2' 'sdl2_image' 'libusb' 'libstdc++' 'libgcc' 'glibc' 'dotnet-runtime-9.0')
10
optdepends=('cimguisdl2cross: GUI support')
11
makedepends=('dotnet-sdk-9.0')
12
source=("https://github.com/exelix11/SysDVR/archive/refs/tags/v${pkgver}.tar.gz")
13
sha256sums=('b527b6b0cb64242f5f9c0f60a87a8893b44f2f5af3c9117f0669513a99bb0e17')
14
15
build() {
16
cd "SysDVR-${pkgver}/Client/"
17
dotnet build Client.csproj -c Release
18
}
19
20
package() {
21
cd "SysDVR-${pkgver}/Client/"
22
install -Dm755 -t "$pkgdir/opt/SysDVR" bin/Release/net9.0/SysDVR-Client
23
install -Dm755 -t "$pkgdir/opt/SysDVR" bin/Release/net9.0/SysDVR-Client.dll
24
install -Dm755 -t "$pkgdir/opt/SysDVR" bin/Release/net9.0/SysDVR-Client.runtimeconfig.json
25
cp -r bin/Release/net9.0/runtimes "$pkgdir/opt/SysDVR"
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 03:41:13 | Low | 1 |