Skip to content

Commit

Permalink
games-util/lgogdownloader: New package for downloading GOG.com games
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
chewi committed Sep 17, 2016
1 parent 0078e47 commit 8096d7f
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
1 change: 1 addition & 0 deletions games-util/lgogdownloader/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST lgogdownloader-2.28.tar.gz 51147 SHA256 551aa431a1a8d1123fc68dd7504368a7b9f07da5108236a4b91d0d10d67dd16e SHA512 dccaa3517675fc0c4218151aac89576404185b2531496443cb7b7d6f6367ead53fb113f88dedc2656afad889f04614986159af1b1009ac7a90e4fa564884f8a4 WHIRLPOOL 4c5ddeadb64b2aebdd30652609fbacee38b3e2c5c353aabce79286aeb784cfdaa71acb52ff0826d5a7d3215c6c67880307fe47a0e53521a3749658af9a568827
29 changes: 29 additions & 0 deletions games-util/lgogdownloader/lgogdownloader-2.28.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

CMAKE_MIN_VERSION="3.0.0"

inherit cmake-utils

DESCRIPTION="Unofficial GOG.com downloader for Linux"
HOMEPAGE="https://sites.google.com/site/gogdownloader/"
SRC_URI="https://sites.google.com/site/gogdownloader/${P}.tar.gz"
LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+debug"

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

DEPEND="${RDEPEND}
sys-apps/help2man
virtual/pkgconfig"
33 changes: 33 additions & 0 deletions games-util/lgogdownloader/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>James Le Cuirot</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Games Project</name>
</maintainer>
<upstream>
<remote-id type="github">Sude-/lgogdownloader</remote-id>
</upstream>
<longdescription>
LGOGDownloader is open source downloader to GOG.com for Linux
users using the same API as the official GOGDownloader.

Features:
* List available games
* Resume downloads
* Batch downloading
* Repair downloaded files
* Read/create XML files used by the official GOG Downloader
* Download cover art
* Check for orphaned files
* Check status of files
* Download individual files by id number
* List/download updated files
* Blacklist unwanted files
* Perl regular expressions for filtering games
</longdescription>
</pkgmetadata>

0 comments on commit 8096d7f

Please sign in to comment.