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
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# 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"
)
media-libs/libsdl media-libs/sdl-image
media-libs/libsdl media-libs/sdl-image