games-emulation/corgi3ds: new pkg; add version 9999

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2020-12-12 22:55:39 +01:00
parent eaf2d67d77
commit be45fe8556
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
2 changed files with 56 additions and 0 deletions

View File

@ -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 ;-)"
}

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>xgqt@protonmail.com</email>
<name>Maciej Barć</name>
</maintainer>
<upstream>
<remote-id type="github">PSI-Rockin/Corgi3DS</remote-id>
</upstream>
</pkgmetadata>