games-vn/ad-nauseam-the-wrong-side - 1.1.9-r2 (vimproved)

Search

Package Information

Description:
Did you wake up on the wrong side?
Homepage:
https://throwpup.itch.io/throwup-club
License:
all-rights-reserved

Ebuild Details

Version EAPI Keywords Slot
1.1.9-r2 8 ~amd64 0
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"
}

Dependencies

BDEPEND

app-arch/unzip