# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit renpy

DESCRIPTION="Rabbit with a telephone"
HOMEPAGE="https://imoteam.itch.io/hello-girl"
SRC_URI="hello_girl-${PV}-linux.tar.bz2"
S="${WORKDIR}/hello_girl-${PV}-linux"

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

PATCHES=(
	"${FILESDIR}/hello-girl-${PV}-newer-renpy.patch"
)

RENPY_TITLE="Hello Girl"