summaryrefslogtreecommitdiffstats
path: root/linhes/parsec-bin/PKGBUILD
blob: 520b1ba4be7aa662bed9526655f281510e9c8167 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Maintainer : tadly <me@tadly.de>

pkgname=parsec-bin
pkgver=150_86e
pkgrel=6
pkgdesc='Remotely connect to a gaming pc for a low latency remote computing experience'
url='http://parsec.app'
license=('custom')
arch=('x86_64')
provides=('parsec')
depends=('gcc-libs' 'libglvnd' 'libxext' 'libxcb' 'ffmpeg4.4' 'openssl-1.1' 'libxi')
optdepends=('libva: For hardware accelerated decoding')

source=("$pkgname-$pkgver.deb::https://builds.parsecgaming.com/package/parsec-linux.deb")
sha256sums=('c1fb1ab9032e6e718a19f2fd73465e7b98379e7d1e1273856a540d2f7778c1e1')

#source_arm=("$pkgname-$pkgver.deb::https://builds.parsecgaming.com/package/parsec-rpi.deb")
#sha256sums_arm=('a98e840dc44f4762018895bd0da704c88887815de0e74e0f39aa7737f5b0e802')
#
#source_armv6h=($source_arm)
#sha256sums_armv6h=($sha256sums_arm)
#
#source_armv7h=($source_arm)
#sha256sums_armv7h=($sha256sums_arm)
#
#source_aarch64=($source_arm)
#sha256sums_aarch64=($sha256sums_arm)

options=('!strip')

package() {
    tar xf "${srcdir}/data.tar.xz" -C "${pkgdir}"
    chmod 755 "${pkgdir}/usr/"
}