Add games-util/parsec

This commit is contained in:
2023-11-26 17:06:51 +01:00
parent c733682846
commit af2de0bba0
2 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST parsec-150.90c.deb 1322960 BLAKE2B 414a03eccb490007c435665b8581d9dc0dbb7b289cd6ed117c1d1fe7aada99ace5a58abc2104ed839a5b6c1c8640b87f887538141237e2ac202b05432bf0fe31 SHA512 bee8d11e4f9d35057820980db7f2649415237ae093f362d590f19cc545141ce29d62e0c8f48024a133f3db5bbeeb2213cc94645003c7baa31a11c3cc29b61d91
EBUILD parsec-150.90c.ebuild 866 BLAKE2B 5b586faf8f1d40542da27f4057b60bec141a5db52d0ac58328e04136c62418a9442ed3cd3e6b802b0e8c0832029b107190a4653ab8e7b896be20faad49e8cba5 SHA512 b315459150f9e24dcb5654b6d83b2200eda5da3a6e481515ea1810c22a910f581468d2c12159a74e246ef160c1614b062eb973ffff2b4693f4bba29d3b0f32ef

View File

@ -0,0 +1,48 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit unpacker
DESCRIPTION="Simple, low-latency game streaming"
HOMEPAGE="https://parsecgaming.com/"
SRC_URI="https://builds.parsec.app/package/parsec-linux.deb -> ${P}.deb"
LICENSE="Parsec-EULA"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
dev-libs/expat
dev-libs/libbsd
media-libs/mesa
sys-devel/gcc[cxx]
sys-libs/glibc
x11-libs/libX11
x11-libs/libXau
x11-libs/libXdamage
x11-libs/libXdmcp
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXxf86vm
x11-libs/libdrm
x11-libs/libxcb
x11-libs/libxcb
x11-libs/libxshmfence
"
RDEPEND="${DEPEND}"
BDEPEND=""
S=${WORKDIR}
QA_PREBUILT="usr/bin/parsecd usr/share/${PN}/skel/parsecd-${PV/\./-}.so"
src_unpack() {
unpack_deb ${A}
}
src_install() {
cp -R usr/ "${D}/" || die "Could not copy."
}