# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v3

EAPI=8

inherit cmake desktop git-r3 xdg

DESCRIPTION="Tuxedo T. Penguin: A Quest for Herring."
HOMEPAGE="https://github.com/malespiaut/tuxaqfh"
EGIT_REPO_URI="https://github.com/malespiaut/tuxaqfh"

LICENSE="GPL-2"
SLOT="0"

DEPEND="
	media-libs/freeglut
	media-libs/plib
"

RDEPEND="${DEPEND}"

BDEPEND="dev-build/cmake"

PATCHES=(
	"${FILESDIR}/install-to-bin.patch"
)

src_install() {
	cmake_src_install
	domenu "${FILESDIR}/tux-aqfh.desktop"
}