From 45b17ed7c245691c4fb565036e3055a6469e25ec Mon Sep 17 00:00:00 2001 From: 1024x2 Date: Mon, 6 May 2024 15:17:26 +0100 Subject: Initial commit --- games-emulation/simple64/simple64-9999.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 games-emulation/simple64/simple64-9999.ebuild (limited to 'games-emulation/simple64/simple64-9999.ebuild') diff --git a/games-emulation/simple64/simple64-9999.ebuild b/games-emulation/simple64/simple64-9999.ebuild new file mode 100644 index 0000000..18d64ca --- /dev/null +++ b/games-emulation/simple64/simple64-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Accurate Nintendo 64 Emulator, meta-package" +HOMEPAGE="https://simple64.github.io/" + +LICENSE="metapackage" +SLOT="0/${PV}" + +RDEPEND=" + games-emulation/simple64-core:= + games-emulation/simple64-input-raphnetraw:= + games-emulation/simple64-input-qt:= + games-emulation/simple64-audio-sdl2:= + games-emulation/simple64-gui:= + games-emulation/simple64-rsp-parallel:= + games-emulation/simple64-video-parallel:= +" -- cgit v1.2.3