Install this version:
emerge -a =games-util/goverlay-1.6.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-util/goverlay-1.6.1
Or alternatively:
emerge --autounmask-write -a =games-util/goverlay-1.6.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.6.1 | 8 | ~amd64 | 0 |
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xdg
DESCRIPTION="Graphical UI to help manage Linux game overlays (MangoHud)."
HOMEPAGE="https://github.com/benjamimgois/goverlay"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/benjamimgois/${PN}.git"
EGIT3_STORE_DIR="${T}"
else
SRC_URI="https://github.com/benjamimgois/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="GPL-3"
SLOT="0"
RDEPEND="
games-util/mangohud
"
BDEPEND="
>=dev-lang/lazarus-3.0[qt6]
"
src_prepare() {
sed -i 's#/usr/local#/usr#g' Makefile || die "Failed to repalace prefix"
eapply_user
}
src_compile() {
emake LAZBUILDOPTS="--lazarusdir=/usr/share/lazarus"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | goverlay-1.6.1.gh.tar.gz | 3583745 bytes | https://github.com/benjamimgois/goverlay/archive/refs/tags/1.6.1.tar.gz |