games-arcade/kobodeluxe - 9999 (lanodanOverlay)

Search

Install

Install this version:

emerge -a =games-arcade/kobodeluxe-9999

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

autounmask =games-arcade/kobodeluxe-9999

Or alternatively:

emerge --autounmask-write -a =games-arcade/kobodeluxe-9999

Package Information

Description:
An SDL port of xkobo, a addictive space shoot-em-up
Homepage:
http://www.olofson.net/kobodl/ https://github.com/olofson/kobodeluxe/

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2024 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake git-r3

DESCRIPTION="An SDL port of xkobo, a addictive space shoot-em-up"
HOMEPAGE="http://www.olofson.net/kobodl/ https://github.com/olofson/kobodeluxe/"
EGIT_REPO_URI="https://github.com/olofson/kobodeluxe"
SLOT="0"

RDEPEND="
	media-libs/libsdl
	media-libs/sdl-image
"
DEPEND="${RDEPEND}"

# https://github.com/olofson/kobodeluxe/pull/8
PATCHES=(
	"${FILESDIR}/0001-CMake-Fix-desktop-icon-installation.patch"
	"${FILESDIR}/0002-CMake-Fix-sfx-installation.patch"
)

Inherited Eclasses

Dependencies

DEPEND

	media-libs/libsdl
	media-libs/sdl-image

RDEPEND

	media-libs/libsdl
	media-libs/sdl-image