games-fps/CatacombGL - 0.5.7 (gogooverlay)

Search

Package Information

Description:
Catacomb source port with OpenGL graphics
Homepage:
https://github.com/ArnoAnsems/CatacombGL
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
0.5.7 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Catacomb source port with OpenGL graphics"
HOMEPAGE="https://github.com/ArnoAnsems/CatacombGL"
SRC_URI="https://github.com/ArnoAnsems/CatacombGL/archive/refs/tags/v${PV}-beta.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/${P}-beta"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"

DEPEND="
	media-libs/libsdl2
	virtual/opengl
	virtual/glu
	test? ( dev-cpp/gtest )
"
RDEPEND="${DEPEND}"

src_configure() {
	local mycmakeargs=()

	if use test ; then
		mycmakeargs+=( BUILD_TESTS=ON )
	fi

	cmake_src_configure
}

USE Flags

Dependencies

DEPEND

	media-libs/libsdl2
	virtual/opengl
	virtual/glu
	test? ( dev-cpp/gtest )

RDEPEND

	media-libs/libsdl2
	virtual/opengl
	virtual/glu
	test? ( dev-cpp/gtest )

Manifest for 0.5.7

Type File Size Source URLs
DIST CatacombGL-0.5.7.tar.gz 411368 bytes https://github.com/ArnoAnsems/CatacombGL/archive/refs/tags/v0.5.7-beta.tar.gz