games-action/tux-aqfh - 9999 (overlay-from-plan9)

Search

Package Information

Description:
Tuxedo T. Penguin: A Quest for Herring.
Homepage:
https://github.com/malespiaut/tuxaqfh
License:
GPL-2

Ebuild Details

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

Dependencies

DEPEND

	media-libs/freeglut
	media-libs/plib

RDEPEND

	media-libs/freeglut
	media-libs/plib

BDEPEND

dev-build/cmake