games-util/heroic-gogdl - 9999 (parona-overlay)

Search

Install

Install this version:

emerge -a =games-util/heroic-gogdl-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-util/heroic-gogdl-9999

Or alternatively:

emerge --autounmask-write -a =games-util/heroic-gogdl-9999

Package Information

Description:
GOG Downloading module for Heroic Games Launcher
Homepage:
https://github.com/Heroic-Games-Launcher/heroic-gogdl
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

DESCRIPTION="GOG Downloading module for Heroic Games Launcher"
HOMEPAGE="https://github.com/Heroic-Games-Launcher/heroic-gogdl"

if [[ "${PV}" == "9999" ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/Heroic-Games-Launcher/heroic-gogdl"
else
	SRC_URI="
		https://github.com/Heroic-Games-Launcher/heroic-gogdl/archive/refs/tags/v${PV}.tar.gz
			-> ${P}.gh.tar.gz
	"
	KEYWORDS="~amd64"
fi

LICENSE="GPL-3"
SLOT="0"

RDEPEND="
	dev-python/requests[${PYTHON_USEDEP}]
"

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/requests[]