summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ec2fd8ae82413495de421fa73dd1a3dc2e0f1d9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Paintainer : TheCyberArcher <thecyberarcher@protonmail.com>
# Maintainer : tadly <me@tadly.de>

pkgname=parsec-bin
pkgver=150_97c
pkgrel=1
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' 'pipewire-alsa')
optdepends=('libva: For hardware accelerated decoding')

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

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