17 lines
381 B
Bash
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}"
|
|
}
|