| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1-r2 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit renpy
DESCRIPTION="Anyone can be saved, but not everyone can be. A free horror Visual Novel."
HOMEPAGE="https://gbpatch.itch.io/lake-of-voices"
SRC_URI="Lake-of-Voices-${PV}-pc.zip"
S="${WORKDIR}/Lake-of-Voices-${PV}-pc"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="bindist fetch"
BDEPEND="app-arch/unzip"
app-arch/unzip