Skip to content

Instantly share code, notes, and snippets.

@jesvs
Created October 2, 2020 13:33
Show Gist options
  • Save jesvs/0449ece8f347dde55203c132a35a4750 to your computer and use it in GitHub Desktop.
Save jesvs/0449ece8f347dde55203c132a35a4750 to your computer and use it in GitHub Desktop.
Legendary Epic launcher, Gentoo ebuild.
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_8 )
inherit distutils-r1
MY_PN="legendary-gl"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A free and open-source replacement for the Epic Games Launcher"
HOMEPAGE="https://github.com/derrod/legendary"
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="GNU-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/requests[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
BDEPEND=""
S="${WORKDIR}/${MY_P}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment