summaryrefslogtreecommitdiff
blob: 4a20f3cc30bed658cef198ce8fd88a066a33dbaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: lgogdownloader-9999.ebuild,v 1.0 2013/04/28 15:06:41 by frostwork Exp $

EAPI="4"

inherit eutils git-2

DESCRIPTION="Linux compatible gog.com downloader"
HOMEPAGE="https://sites.google.com/site/gogdownloader/"
EGIT_REPO_URI="git://github.com/Sude-/lgogdownloader.git"

LICENSE="WTFPL"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="dev-libs/jsoncpp
		net-libs/liboauth
		net-misc/curl
		dev-libs/boost
		dev-libs/tinyxml
		app-crypt/librhash
		net-libs/htmlcxx"
DEPEND="${RDEPEND}"

src_install() {
	dobin bin/Release/${PN}
}