| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit renpy
DESCRIPTION="mechabare madness visual novel"
HOMEPAGE="https://kolulu.itch.io/senescence"
SRC_URI="senescence-${PV}-pc.zip"
S="${WORKDIR}/senescence-${PV}-pc"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="bindist fetch"
BDEPEND="app-arch/unzip"
app-arch/unzip