Added games-util/protonhax-1.0.5
This commit is contained in:
16
games-util/protonhax/protonhax-1.0.5.ebuild
Normal file
16
games-util/protonhax/protonhax-1.0.5.ebuild
Normal 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}"
|
||||
}
|
Reference in New Issue
Block a user