diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest new file mode 100644 index 0000000..d223b98 --- /dev/null +++ b/games-util/legendary/Manifest @@ -0,0 +1 @@ +DIST legendary-0.20.34.tar.gz 148218 BLAKE2B d68e14b17024d389f382238be3482436f2b8fdc64f6500c81bd0c400fc9348ff287dd407dc60cda5c880c830b87b5d436c37a9e3319ef5f29621f00b7109e6d7 SHA512 37ad1f7478d85fe38708acce76cb933c85bd2fb342fc8367423e3eb0d314fc85cea7ff2ae48385d507ba3bc7085f813efed257ac2aa95637b4dbc1a0aec57af8 diff --git a/games-util/legendary/legendary-0.20.34-r1.ebuild b/games-util/legendary/legendary-0.20.34-r1.ebuild new file mode 100644 index 0000000..a06e8f5 --- /dev/null +++ b/games-util/legendary/legendary-0.20.34-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 2020-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_SINGLE_IMPL=1 +inherit distutils-r1 + +DESCRIPTION="A free and open-source replacement for the Epic Games Launcher" +HOMEPAGE="https://github.com/derrod/legendary" +SRC_URI="https://github.com/derrod/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="webview" + +# NOTE: dev-python/pywebview[qt5] is not much tested and does not function +# correctly in some cases, according to release notes for 0.20.16. +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/filelock[${PYTHON_USEDEP}] + + + + + gentoo@tastytea.de + tastytea + + + Legendary is an open-source game launcher that can download and install + games from the Epic Games platform on Linux and Windows. It's name is a + tongue-in-cheek play on tiers of item rarity in many MMORPGs. + + + derrod/legendary + + + Use dev-python/pywebview for the sign-in process + +