View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
RENPY_OVERRIDE_TITLE="Ad Nauseam - The Wrong Side"
inherit renpy
DESCRIPTION="Did you wake up on the wrong side?"
HOMEPAGE="https://throwpup.itch.io/throwup-club"
SRC_URI="AdNauseam-${PV}-pc.zip"
S="${WORKDIR}/AdNauseam-${PV}-pc"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="bindist fetch"
BDEPEND="app-arch/unzip"
src_prepare() {
renpy_src_prepare
# causes compilation failure, appears to be unused
rm "game/Disc -/zoom_vp_examples.rpy" || die "rm failed"
}