games-vn/kindred-spirits-on-the-roof - 1.0.2-r1 (vimproved)

Search

Package Information

Description:
Let’s Make This a Yuritopia!
Homepage:
https://www.gog.com/en/game/kindred_spirits_on_the_roof
License:
all-rights-reserved

Ebuild Details

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

EAPI=8

inherit renpy unpacker

DESCRIPTION="Let’s Make This a Yuritopia!"
HOMEPAGE="https://www.gog.com/en/game/kindred_spirits_on_the_roof"
SRC_URI="kindred_spirits_on_the_roof_gog_1_27131.sh"
S="${WORKDIR}/data/noarch/game/"

LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="bindist fetch"

BDEPEND="app-arch/unzip"

RENPY_WINDOW_ICON="game/icon.png"

PATCHES=(
	"${FILESDIR}/${PN}-1.0.2-float-fixes.patch"
	"${FILESDIR}/${PN}-1.0.2-leading-zero.patch"
)

src_unpack() {
	unpack_zip "${DISTDIR}/${A}"
}

Dependencies

BDEPEND

app-arch/unzip