Add PortProton ebuild

This commit is contained in:
Anton Kropachev 2024-12-16 21:02:37 +03:00
parent 5ec33e8583
commit e1c57e8256
Signed by: cppmm
GPG Key ID: 10CDFDB8149D838F
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1 @@
EBUILD portproton-9999.ebuild 683 BLAKE2B e2222d22c3df8383e8fc4b529a4ea975691da99c32863953397e5e6479fe861edd0df5e10186dc07287d7e0f21a185e66924037ad697602a42e322edb5d63536 SHA512 eeeab1da5d7756c0dc1e7a71d657d5ec3e8d797017b0e932f8eb3a5ee3a5c43a54ed0eec34cfba178a1cd1b676a3f7d376689a3a8373a29524e13f2d7c7da94b

View File

@ -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}"
}