Install this version:
emerge -a =games-vn/national-park-girls-complete-1.1.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-vn/national-park-girls-complete-1.1.1
Or alternatively:
emerge --autounmask-write -a =games-vn/national-park-girls-complete-1.1.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.1 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit renpy
DESCRIPTION="All 5 episodes of National Park Girls in one release with improvements!"
HOMEPAGE="https://vnstudioelan.itch.io/national-park-girls-complete"
SRC_URI="${P}.zip"
S="${WORKDIR}/National Park Girls Love Our Parks Edition ${PV} - Unified"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="bindist fetch"
BDEPEND="app-arch/unzip"
RENPY_WINDOW_ICON="game/AppIcon.png"
pkg_nofetch() {
einfo "Please buy and download"
einfo "\"National Park Girls Love Our Parks Edition ${PV} - Unified [F8BAC409].zip\" from:"
einfo " ${HOMEPAGE}"
einfo "and rename it to ${P}.zip, then"
einfo "move it to your distfiles directory."
}