games-util/legendary:

games-util/legendary: New package.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2020-05-22 20:13:20 +02:00
parent 4d172242e1
commit 6134e5354b
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST legendary-0.0.14.tar.gz 65153 BLAKE2B 94c3e05c36a2d472c49030bfabe2d4469880e8ee07fedc28472f69e825428f448d0b7f4c701958c34f91c00d1482bc73739ab6ce92aad6e1ae6cbde50e76541e SHA512 455b0f1d0dc61d21e3927c324afe9dc6caf36fc003d5934a83dc06b7970f8b8ff5fa884d875a0511a1e8bf86199eda4027daa94428c52bf63dfff791ceda2ddb

View File

@@ -0,0 +1,22 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_8 )
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"
RDEPEND="
<dev-python/requests-3.0[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@tastytea.de</email>
<name>Ronny (tastytea) Gutbrod</name>
</maintainer>
<longdescription lang="en">
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.
</longdescription>
<upstream>
<remote-id type="github">derrod/legendary</remote-id>
</upstream>
</pkgmetadata>