Added games-util/protonhax-1.0.5

This commit is contained in:
saundersp
2025-10-06 21:42:02 +02:00
parent 95beb7c746
commit ae1529e607
4 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Run programs inside your game proton's environment."
HOMEPAGE='https://github.com/jcnils/protonhax'
SRC_URI="https://github.com/jcnils/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE='BSD'
SLOT='0'
KEYWORDS='~amd64 ~x86'
src_install() {
dobin "${PN}"
}