games-puzzle/superflu-riteurnz - 1.5.5 (guru)

Search

Install

Install this version:

emerge -a =games-puzzle/superflu-riteurnz-1.5.5

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

autounmask =games-puzzle/superflu-riteurnz-1.5.5

Or alternatively:

emerge --autounmask-write -a =games-puzzle/superflu-riteurnz-1.5.5

Package Information

Description:
Artisanal video-game about Superflu, the useless super-hero
Homepage:
https://studios.ptilouk.net/superflu-riteurnz/
License:
GPL-3+ all-rights-reserved

Ebuild Details

Version EAPI Keywords Slot
1.5.5 8 ~amd64 0
View Raw Ebuild
# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

MY_P="sosage-v${PV}"

DESCRIPTION="Artisanal video-game about Superflu, the useless super-hero"
HOMEPAGE="https://studios.ptilouk.net/superflu-riteurnz/"
SRC_URI="https://framagit.org/Gee/sosage/-/archive/v${PV}/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
# Engine under GPL-3+ + assets under all-rights-reserved are combined together
LICENSE="GPL-3+ all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"

RESTRICT="bindist"

PATCHES=(
	"${FILESDIR}/superflu-riteurnz-1.5.4-add-missing-include-functional.patch"
	"${FILESDIR}/superflu-riteurnz-1.5.4-add-missing-include-initializer_list.patch"
)

BDEPEND="app-arch/unzip"
DEPEND="
	dev-libs/libyaml
	app-arch/lz4
	>=media-libs/libsdl2-2.0.14
	media-libs/sdl2-mixer
	media-libs/sdl2-image
	media-libs/sdl2-ttf
	>=games-puzzle/superflu-riteurnz-data-11:=
"
RDEPEND="${DEPEND}"

src_configure() {
	local mycmakeargs=( -DSOSAGE_DATA_FOLDER="/usr/share/superflu-riteurnz-data" )

	cmake_src_configure
}

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/libyaml
	app-arch/lz4
	>=media-libs/libsdl2-2.0.14
	media-libs/sdl2-mixer
	media-libs/sdl2-image
	media-libs/sdl2-ttf
	>=games-puzzle/superflu-riteurnz-data-11:=

RDEPEND

	dev-libs/libyaml
	app-arch/lz4
	>=media-libs/libsdl2-2.0.14
	media-libs/sdl2-mixer
	media-libs/sdl2-image
	media-libs/sdl2-ttf
	>=games-puzzle/superflu-riteurnz-data-11:=

BDEPEND

app-arch/unzip

Manifest for 1.5.5

Type File Size Source URLs
DIST sosage-v1.5.5.tar.gz 295931 bytes https://framagit.org/Gee/sosage/-/archive/v1.5.5/sosage-v1.5.5.tar.gz