summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2016-09-17 11:04:49 +0100
committerJames Le Cuirot <chewi@gentoo.org>2016-09-17 11:04:49 +0100
commit8096d7f31766df3ca1d95f82c56888eb3c429bdf (patch)
treec40acfb6e7954ef1e18469acd4a1f3951943c95e /games-util/lgogdownloader
parentdev-cpp/htmlcxx: New package, required by lgogdownloader (diff)
downloadgentoo-8096d7f31766df3ca1d95f82c56888eb3c429bdf.tar.gz
gentoo-8096d7f31766df3ca1d95f82c56888eb3c429bdf.tar.bz2
gentoo-8096d7f31766df3ca1d95f82c56888eb3c429bdf.zip
games-util/lgogdownloader: New package for downloading GOG.com games
Package-Manager: portage-2.3.0
Diffstat (limited to 'games-util/lgogdownloader')
-rw-r--r--games-util/lgogdownloader/Manifest1
-rw-r--r--games-util/lgogdownloader/lgogdownloader-2.28.ebuild29
-rw-r--r--games-util/lgogdownloader/metadata.xml33
3 files changed, 63 insertions, 0 deletions
diff --git a/games-util/lgogdownloader/Manifest b/games-util/lgogdownloader/Manifest
new file mode 100644
index 000000000000..62385231ac15
--- /dev/null
+++ b/games-util/lgogdownloader/Manifest
@@ -0,0 +1 @@
+DIST lgogdownloader-2.28.tar.gz 51147 SHA256 551aa431a1a8d1123fc68dd7504368a7b9f07da5108236a4b91d0d10d67dd16e SHA512 dccaa3517675fc0c4218151aac89576404185b2531496443cb7b7d6f6367ead53fb113f88dedc2656afad889f04614986159af1b1009ac7a90e4fa564884f8a4 WHIRLPOOL 4c5ddeadb64b2aebdd30652609fbacee38b3e2c5c353aabce79286aeb784cfdaa71acb52ff0826d5a7d3215c6c67880307fe47a0e53521a3749658af9a568827
diff --git a/games-util/lgogdownloader/lgogdownloader-2.28.ebuild b/games-util/lgogdownloader/lgogdownloader-2.28.ebuild
new file mode 100644
index 000000000000..14666d72e139
--- /dev/null
+++ b/games-util/lgogdownloader/lgogdownloader-2.28.ebuild
@@ -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"
diff --git a/games-util/lgogdownloader/metadata.xml b/games-util/lgogdownloader/metadata.xml
new file mode 100644
index 000000000000..c85bfde8f4df
--- /dev/null
+++ b/games-util/lgogdownloader/metadata.xml
@@ -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>chewi@gentoo.org</email>
+ <name>James Le Cuirot</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>games@gentoo.org</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>