Install this version:
emerge -a =games-util/thcrap-steam-proton-wrapper-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-util/thcrap-steam-proton-wrapper-9999
Or alternatively:
emerge --autounmask-write -a =games-util/thcrap-steam-proton-wrapper-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
EAPI=8
inherit git-r3
DESCRIPTION="A wrapper script for launching Touhou games on Steam with thcrap"
HOMEPAGE="https://github.com/nerusuki/thcrap-steam-proton-wrapper"
EGIT_REPO_URI="https://github.com/nerusuki/thcrap-steam-proton-wrapper.git"
LICENSE="Unlicense"
SLOT="0"
KEYWORDS=""
RDEPEND="
|| ( app-arch/libarchive app-arch/unzip )
gnome-extra/zenity
net-misc/curl
"
src_install() {
dobin thcrap_proton
einstalldocs
}
pkg_postinst() {
elog "To use this wrapper, edit the launch options of your Steam game:"
elog " thcrap_proton -- %command%"
elog ""
elog "Optional flags (place before '--'):"
elog " -v Enable vpatch (Note: vpatch must be installed manually)"
elog " -p Enable thprac (Auto-downloads thprac to ~/.local/share/thprac)"
elog ""
elog "Configuration:"
elog "You can change THCRAP_FOLDER or THCRAP_CONFIG by editing the script at:"
elog " ${EROOT}/usr/bin/thcrap_proton"
}