Skip to content

Commit

Permalink
games-util/lgogdownloader: add live version
Browse files Browse the repository at this point in the history
Closes: gentoo#6149
  • Loading branch information
soredake authored and chewi committed Nov 9, 2017
1 parent 592a1f1 commit 82209ff
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions games-util/lgogdownloader/lgogdownloader-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit cmake-utils git-r3

DESCRIPTION="Unofficial GOG.com downloader for Linux"
HOMEPAGE="https://sites.google.com/site/gogdownloader/"
EGIT_REPO_URI="https://github.com/Sude-/lgogdownloader.git"
LICENSE="WTFPL-2"
SLOT="0"
IUSE="+debug"

RDEPEND=">=app-crypt/rhash-1.3.3-r2:0=
dev-cpp/htmlcxx:0=
dev-libs/boost:0=
>=dev-libs/jsoncpp-1.7:0=
dev-libs/tinyxml2:0=
net-libs/liboauth:0=
>=net-misc/curl-7.32:0=[ssl]"

DEPEND="${RDEPEND}
sys-apps/help2man
virtual/pkgconfig"

0 comments on commit 82209ff

Please sign in to comment.