diff --git a/games-util/portproton/Manifest b/games-util/portproton/Manifest new file mode 100644 index 0000000..80f5cf8 --- /dev/null +++ b/games-util/portproton/Manifest @@ -0,0 +1 @@ +EBUILD portproton-9999.ebuild 683 BLAKE2B e2222d22c3df8383e8fc4b529a4ea975691da99c32863953397e5e6479fe861edd0df5e10186dc07287d7e0f21a185e66924037ad697602a42e322edb5d63536 SHA512 eeeab1da5d7756c0dc1e7a71d657d5ec3e8d797017b0e932f8eb3a5ee3a5c43a54ed0eec34cfba178a1cd1b676a3f7d376689a3a8373a29524e13f2d7c7da94b diff --git a/games-util/portproton/portproton-9999.ebuild b/games-util/portproton/portproton-9999.ebuild new file mode 100644 index 0000000..82cd654 --- /dev/null +++ b/games-util/portproton/portproton-9999.ebuild @@ -0,0 +1,34 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit git-r3 + +DESCRIPTION="Software for playing Microsoft Windows games and launchers" +HOMEPAGE="https://linux-gaming.ru/" +EGIT_REPO_URI="https://github.com/Castro-Fidel/PortProton_ALT" + +KEYWORDS="~amd64" +LICENSE="MIT" +SLOT="0" + +DEPEND="sys-apps/bubblewrap + net-misc/wget + app-arch/cabextract + app-arch/tar + dev-libs/openssl + media-gfx/icoutils + media-libs/mesa + net-misc/curl + sys-apps/inxi + gnome-extra/zenity + gnome-extra/yad + sys-devel/bc + x11-apps/xrandr" + +RDEPEND="${DEPEND}" + +src_install() { + install -Dm775 "$WORKDIR/${P}/${PN}" "${D}/usr/bin/${PN}" +} +