From be45fe85561fd8926d15a2beb921be13cdf5035f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sat, 12 Dec 2020 22:55:39 +0100 Subject: [PATCH] games-emulation/corgi3ds: new pkg; add version 9999 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Maciej Barć --- games-emulation/corgi3ds/corgi3ds-9999.ebuild | 45 +++++++++++++++++++ games-emulation/corgi3ds/metadata.xml | 11 +++++ 2 files changed, 56 insertions(+) create mode 100644 games-emulation/corgi3ds/corgi3ds-9999.ebuild create mode 100644 games-emulation/corgi3ds/metadata.xml diff --git a/games-emulation/corgi3ds/corgi3ds-9999.ebuild b/games-emulation/corgi3ds/corgi3ds-9999.ebuild new file mode 100644 index 0000000..99d7f0e --- /dev/null +++ b/games-emulation/corgi3ds/corgi3ds-9999.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop xdg cmake + +DESCRIPTION="An LLE dog-themed 3DS emulator" +HOMEPAGE="https://github.com/PSI-Rockin/Corgi3DS/" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/PSI-Rockin/${PN}.git" +else + SRC_URI="" + KEYWORDS="~amd64" +fi + +RESTRICT="mirror test" +LICENSE="GPL-3" +SLOT="0" + +RDEPEND=" + dev-qt/qtmultimedia:5 + dev-qt/qtwidgets:5 + dev-qt/qtnetwork:5 + dev-qt/qtgui:5 + dev-qt/qtcore:5 +" +DEPEND="${RDEPEND}" + +src_install() { + einstalldocs + dobin "${BUILD_DIR}/Corgi3DS" + make_desktop_entry "Corgi3DS" "Corgi3DS" "${PN}" "Game;" +} + +pkg_postinst() { + xdg_pkg_postinst + + elog "You need the following files in order to run ${PN}:" + elog "- 3DS boot ROMs (boot9/boot11)" + elog "- Encrypted NAND image" + elog "Those files can be found somewhere on the Internet ;-)" +} diff --git a/games-emulation/corgi3ds/metadata.xml b/games-emulation/corgi3ds/metadata.xml new file mode 100644 index 0000000..bd747c9 --- /dev/null +++ b/games-emulation/corgi3ds/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + PSI-Rockin/Corgi3DS + +