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:
parent
eaf2d67d77
commit
be45fe8556
45
games-emulation/corgi3ds/corgi3ds-9999.ebuild
Normal file
45
games-emulation/corgi3ds/corgi3ds-9999.ebuild
Normal 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 ;-)"
|
||||||
|
}
|
11
games-emulation/corgi3ds/metadata.xml
Normal file
11
games-emulation/corgi3ds/metadata.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user