sysdvr-client

LOW
maintainer FoxAmes 0 votes scanned 2026-08-19 03:41:13.749572
View on AUR
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>
2pkgname=sysdvr-client
3pkgver=6.3
4pkgrel=1
5pkgdesc="Stream switch games to your PC via USB or network"
6arch=('x86_64' 'aarch64')
7url="https://github.com/exelix11/SysDVR"
8license=('GPL-2.0-only')
9depends=('ffmpeg' 'sdl2' 'sdl2_image' 'libusb' 'libstdc++' 'libgcc' 'glibc' 'dotnet-runtime-9.0')
10optdepends=('cimguisdl2cross: GUI support')
11makedepends=('dotnet-sdk-9.0')
12source=("https://github.com/exelix11/SysDVR/archive/refs/tags/v${pkgver}.tar.gz")
13sha256sums=('b527b6b0cb64242f5f9c0f60a87a8893b44f2f5af3c9117f0669513a99bb0e17')
14
15build() {
16 cd "SysDVR-${pkgver}/Client/"
17 dotnet build Client.csproj -c Release
18}
19
20package() {
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)SeverityRules
2026-08-19 03:41:13 Low 1

Report a package

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

0 / 4000
Your suggestion