parent
6c7462e4e9
commit
f1ab36d5c2
1 changed files with 14 additions and 11 deletions
|
@ -1,24 +1,27 @@
|
||||||
# Template file for 'parsec'
|
# Template file for 'parsec'
|
||||||
pkgname=parsec
|
pkgname=parsec
|
||||||
version=150.28
|
version=150.93b
|
||||||
revision=2
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
create_wrksrc=yes
|
depends="libudev libssl3 libX11 libXcursor libXi libSM virtual?libGL libglvnd
|
||||||
depends="libgcc virtual?libGL libSM libsndio libstdc++ libX11 libXxf86vm"
|
alsa-lib libjpeg-turbo libpng libcurl libavcodec libXrandr"
|
||||||
short_desc="Low latency proprietary game streaming application"
|
short_desc="Low latency proprietary game streaming application"
|
||||||
maintainer="Kozova1 <mug66kk@gmail.com>"
|
maintainer="Kozova1 <mug66kk@gmail.com>"
|
||||||
license="custom:Proprietary"
|
license="custom:Proprietary"
|
||||||
homepage="https://parsec.app"
|
homepage="https://parsec.app"
|
||||||
distfiles="https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb"
|
# use archive.org to have a consistent URL
|
||||||
checksum=0c7207f419377fc35e30448acd00d8701300ac5a44936ac6d87a468c9afccdc1
|
distfiles="https://web.archive.org/web/20240329180120/https://builds.parsec.app/package/parsec-linux.deb"
|
||||||
nopie=yes
|
checksum=c1fb1ab9032e6e718a19f2fd73465e7b98379e7d1e1273856a540d2f7778c1e1
|
||||||
restricted=yes
|
restricted=yes
|
||||||
|
nostrip=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vcopy usr /
|
vmkdir usr
|
||||||
vmkdir usr/lib/parsec
|
vcopy bin usr
|
||||||
mv ${DESTDIR}/usr/share/parsec/skel/parsecd-150-28.so ${DESTDIR}/usr/lib/parsec/parsecd-150-28.so
|
vcopy share usr
|
||||||
ln -rs ${DESTDIR}/usr/lib/parsec/parsecd-150-28.so ${DESTDIR}/usr/share/parsec/skel/
|
vmkdir usr/lib
|
||||||
|
mv "$DESTDIR"/usr/share/parsec "$DESTDIR"/usr/lib
|
||||||
|
ln -s ../lib/parsec ${DESTDIR}/usr/share/parsec
|
||||||
|
|
||||||
echo 'see https://unity.com/legal/parsec-additional-terms' > EULA
|
echo 'see https://unity.com/legal/parsec-additional-terms' > EULA
|
||||||
vlicense EULA
|
vlicense EULA
|
||||||
|
|
Loading…
Add table
Reference in a new issue