forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
games-util/lgogdownloader: New package for downloading GOG.com games
Package-Manager: portage-2.3.0
- Loading branch information
Showing
3 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |