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