added parsec-bin

This commit is contained in:
Shawn Dellysse
2017-08-09 22:44:31 -04:00
commit bf1ae63652
2 changed files with 36 additions and 0 deletions

17
.SRCINFO Normal file
View File

@@ -0,0 +1,17 @@
pkgbase = parsec-bin
pkgdesc = Remotely connect to a gaming pc for a low latency remote computing experience
pkgver = 131_4
pkgrel = 1
url = http://parsec.tv
arch = x86_64
depends = glibc
depends = sndio-git
depends = pulseaudio-module-sndio
provides = parsec
conflicts = parsec
noextract = parsec-linux.deb
source = https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb
md5sums = 0283e54e5943b8c2550818d16dd7fe93
pkgname = parsec-bin

19
PKGBUILD Normal file
View File

@@ -0,0 +1,19 @@
# Maintainer : Shawn Dellysse sdellysse@gmail.com
pkgname=parsec-bin
pkgver=131_4
pkgrel=1
pkgdesc="Remotely connect to a gaming pc for a low latency remote computing experience"
url=http://parsec.tv
arch=('x86_64')
provides=('parsec')
conflicts=('parsec')
depends=('glibc' 'sndio-git' 'pulseaudio-module-sndio')
source=("https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb")
noextract=('parsec-linux.deb')
package() {
ar p parsec-linux.deb src/data.tar.xz | tar xJ
install -D --mode=0755 ${srcdir}/usr/bin/parsec ${pkgdir}/usr/bin/parsec
install -D --mode=0644 ${srcdir}/usr/share/applications/parsec.desktop ${pkgdir}/usr/share/applications/parsec.desktop
install -D --mode=0644 ${srcdir}/usr/share/icons/hicolor/256x256/apps/parsec.png ${pkgdir}/usr/share/icons/hicolor/256x256/apps/parsec.png
}
md5sums=('0283e54e5943b8c2550818d16dd7fe93')