From 4fa26c0e7b2109a38ba552c10971d1d0dac47548 Mon Sep 17 00:00:00 2001 From: Autumn Date: Sun, 19 Apr 2026 11:46:16 +0100 Subject: [games-action/fnord-launcher] added fnordlauncher 10.0.5.2 --- .../fnordlauncher/fnordlauncher-10.0.5.2.ebuild | 101 +++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 games-action/fnordlauncher/fnordlauncher-10.0.5.2.ebuild (limited to 'games-action/fnordlauncher/fnordlauncher-10.0.5.2.ebuild') diff --git a/games-action/fnordlauncher/fnordlauncher-10.0.5.2.ebuild b/games-action/fnordlauncher/fnordlauncher-10.0.5.2.ebuild new file mode 100644 index 0000000..28e3d50 --- /dev/null +++ b/games-action/fnordlauncher/fnordlauncher-10.0.5.2.ebuild @@ -0,0 +1,101 @@ +# +# ~~~ games-action/fnordlauncher +# +# ~~~ fork of prismlauncher with alternative authentication +# ~~~ based on the prismlauncher ebuild +# + +# +# ~~~ metadata + +# portage info +EAPI=8 +SLOT=0 + +KEYWORDS="amd64" +IUSE="test" +RESTRICT="!test? ( test )" + +# info +HOMEPAGE="https://github.com/fnordmc/fnordlauncher/" +DESCRIPTION="Fork of Prism Launcher with alternative authentication support" +LICENSE="GPL-3.0" + +# package data +SRC_URI="https://github.com/fnordmc/fnordlauncher/releases/download/${PV}/fnordlauncher-${PV}.tar.gz" +S="${WORKDIR}/FnordLauncher-${PV}" + +# +# ~~~ dependencies + +# qt setup +QTMIN=6.0.0 +inherit cmake java-pkg-2 optfeature toolchain-funcs xdg + +# dependencies +COMMON_DEPEND=" + app-arch/libarchive + app-text/cmark + dev-cpp/tomlplusplus + >=dev-qt/qtbase-${QTMIN}:6[concurrent,gui,network,opengl,widgets,xml(+)] + >=dev-qt/qtnetworkauth-${QTMIN}:6 + games-util/gamemode + media-gfx/qrencode + virtual/zlib +" + +DEPEND=" + ${COMMON_DEPEND} + media-libs/libglvnd +