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

Search

Install

Install this version:

emerge -a =games-vn/kindred-spirits-on-the-roof-1.0.2

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

autounmask =games-vn/kindred-spirits-on-the-roof-1.0.2

Or alternatively:

emerge --autounmask-write -a =games-vn/kindred-spirits-on-the-roof-1.0.2

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 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}"
}

Inherited Eclasses

Dependencies

BDEPEND

app-arch/unzip