# Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit desktop eutils qmake-utils DESCRIPTION="A basic launcher for Mupen64Plus" HOMEPAGE="https://github.com/dh4/mupen64plus-qt" SRC_URI="https://github.com/dh4/${PN}/archive/${PV}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtxml:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 dev-libs/quazip " DEPEND="${RDEPEND} >=games-emulation/mupen64plus-2.0-r1" src_configure() { eqmake5 } src_install() { dobin ${PN} dodoc README.md doman resources/${PN}.6 domenu resources/${PN}.desktop newicon resources/images/mupen64plus.png ${PN}.png }