You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-rpg/the-royal-trap/the-royal-trap-1.2.ebuild

42 lines
1.0 KiB

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit desktop eutils xdg-utils
RENPY_SLOT="6.99"
MY_PN="The Royal Trap"
DESCRIPTION="Visual novel where you help a prince choose his royal bride"
HOMEPAGE="https://www.hanakogames.com/royaltrap.shtml"
SRC_URI="${MY_PN// /_}_HD_${PV}-linux-x86.tar"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="bindist fetch"
RDEPEND="games-engines/renpy:${RENPY_SLOT}"
S="${WORKDIR}/${MY_PN} HD ${PV}-linux-x86"
pkg_nofetch() {
einfo "If you have ${SRC_URI} as distributed by Humble Bundle then move"
einfo "it to your distfiles directory. If you have some other version then"
einfo "please contact the Gentoo Games team."
}
src_install() {
insinto /usr/share/${PN}
doins -r game/*
make_wrapper ${PN} "renpy-${RENPY_SLOT} '${EPREFIX}/usr/share/${PN}'"
make_desktop_entry ${PN} "${MY_PN}" applications-games
docinto html
dodoc README.html
}
pkg_postinst() { xdg_icon_cache_update; }
pkg_postrm() { xdg_icon_cache_update; }