Diff lgogdownloader-3.11 with a lgogdownloader-9999

/usr/portage/games-util/lgogdownloader/lgogdownloader-9999.ebuild 2023-10-09 14:52:31.148368392 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
inherit cmake
6
inherit cmake git-r3
7 7

  
8 8
DESCRIPTION="Unofficial GOG.com downloader for Linux"
9 9
HOMEPAGE="https://sites.google.com/site/gogdownloader/"
10
SRC_URI="https://github.com/Sude-/${PN}/releases/download/v${PV}/${P}.tar.gz"
10
EGIT_REPO_URI="https://github.com/Sude-/lgogdownloader.git"
11 11
LICENSE="WTFPL-2"
12 12
SLOT="0"
13
KEYWORDS="~amd64 ~x86"
14 13
IUSE="gui"
15 14

  
16 15
RDEPEND=">=app-crypt/rhash-1.3.3-r2:0=
Thank you!