Files
saundersp-overlay/games-util/protonhax/protonhax-1.0.5.ebuild
2025-10-06 21:42:02 +02:00

17 lines
381 B
Bash

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