games-util/goverlay - 1.2 (guru)

Search

Install

Install this version:

emerge -a =games-util/goverlay-1.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-util/goverlay-1.2

Or alternatively:

emerge --autounmask-write -a =games-util/goverlay-1.2

Package Information

Description:
Graphical UI to help manage Linux game overlays (MangoHud).
Homepage:
https://github.com/benjamimgois/goverlay
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.2 8 ~amd64 0
View Raw Ebuild
# 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"
}

Inherited Eclasses

xdg

Dependencies

RDEPEND

	games-util/mangohud

BDEPEND

	>=dev-lang/lazarus-3.0[qt6]

Manifest for 1.2

Type File Size Source URLs
DIST goverlay-1.2.gh.tar.gz 1431095 bytes https://github.com/benjamimgois/goverlay/archive/refs/tags/1.2.tar.gz