From cb1cae3d6285c989fa2028f63bc9663bddd4f8fa Mon Sep 17 00:00:00 2001 From: haarp Date: Fri, 5 Apr 2024 14:21:00 +0200 Subject: Add Bielebridge Signed-off-by: haarp --- games-puzzle/bielebridge/bielebridge-0.0.5.ebuild | 40 +++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 games-puzzle/bielebridge/bielebridge-0.0.5.ebuild diff --git a/games-puzzle/bielebridge/bielebridge-0.0.5.ebuild b/games-puzzle/bielebridge/bielebridge-0.0.5.ebuild new file mode 100644 index 0000000..cc61686 --- /dev/null +++ b/games-puzzle/bielebridge/bielebridge-0.0.5.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools desktop git-r3 + +DESCRIPTION="A challenging 2D construction game" +HOMEPAGE="https://bielebridge.net/" +EGIT_REPO_URI="https://gitlab.digitalcourage.de/georg/bielebridge.git" + +EGIT_COMMIT="94071bda" + +LICENSE="GPLv3" +SLOT="0" +KEYWORDS="amd64" + +IUSE="" + +RDEPEND=" + dev-lang/lua + media-libs/libsdl2 + media-libs/sdl2-gfx + media-libs/sdl2-image + media-libs/sdl2-ttf +" + +DEPEND="${RDEPEND}" + +DOCS=( AUTHORS Changelog README ) + +src_configure() { + eautoreconf + default +} + +src_install() { + default + make_desktop_entry "${PN}" "Bielebridge" +} -- cgit v1.2.3-65-gdbad