mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
app-emulation/proton-ge-custom-bin: add 7.28
Signed-off-by: Jhonatan Justin <jhonatan@justin.com.br>
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
DIST GE-Proton7-27.tar.gz 415170082 BLAKE2B 1773d34defe483a6c894d55de1089eb831f1d44e92bfae5c46faeec825fa8b2cc7c05ac9ca9a05d6ea0c393aa90fe06334a0c07feef71631e27a7dbf30e3dcda SHA512 b741594fbc062bf7e5b5228273680807fb3eb20cfa04993b2e4ce9442ebed18f3e84ca5d59ee19381165d595932fe54b720526bd1f41b2bf74b13a20308de5ee
|
DIST GE-Proton7-27.tar.gz 415170082 BLAKE2B 1773d34defe483a6c894d55de1089eb831f1d44e92bfae5c46faeec825fa8b2cc7c05ac9ca9a05d6ea0c393aa90fe06334a0c07feef71631e27a7dbf30e3dcda SHA512 b741594fbc062bf7e5b5228273680807fb3eb20cfa04993b2e4ce9442ebed18f3e84ca5d59ee19381165d595932fe54b720526bd1f41b2bf74b13a20308de5ee
|
||||||
|
DIST GE-Proton7-28.tar.gz 416168736 BLAKE2B 8be4361f8ee4c596cd0ccc7451d204f011c4ddc253822c23e0c411f545fad9f56ce8e5fcdb7ac606e2a2e679c4a09ac488246b909106f89730744db43a909458 SHA512 a08b922c4a294edaaec5773ad7114b16114e06273da86ac8f9e8272065043db7b2cb3f1f944d634243e4f845c19fbeae2f53c56efb40a41471c7405f91d51590
|
||||||
|
|||||||
@@ -0,0 +1,25 @@
|
|||||||
|
# Copyright 2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
MULTILIB_COMPAT=( abi_x86_{32,64} )
|
||||||
|
inherit multilib-minimal
|
||||||
|
|
||||||
|
DESCRIPTION="A fancy custom distribution of Valves Proton with various patches"
|
||||||
|
HOMEPAGE="https://github.com/GloriousEggroll/proton-ge-custom"
|
||||||
|
SRC_URI="https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton${PV/./-}/GE-Proton${PV/./-}.tar.gz"
|
||||||
|
S="${WORKDIR}/GE-Proton${PV/./-}"
|
||||||
|
LICENSE="0BSD LGPL-2+ ZLIB MIT MPL-2.0 OFL-1.1 BSD"
|
||||||
|
SLOT="${PV}"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
RESTRICT="mirror strip"
|
||||||
|
QA_PREBUILT={*}
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
media-libs/mesa[vulkan,${MULTILIB_USEDEP}]
|
||||||
|
media-libs/vulkan-loader[${MULTILIB_USEDEP}]"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
insinto "/usr/share/Steam/compatibilitytools.d/"
|
||||||
|
doins -r "${S}"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user