summaryrefslogtreecommitdiff
path: root/net-im/blight/blight-9999.ebuild
blob: 3648b627e600f61275b5117aad442e7dd6b65d7c (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
30
31
32
33
34
35
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit eutils git-2

DESCRIPTION="Cross-platform graphical user interface for Tox written in Racket"
HOMEPAGE="https://github.com/lehitoskin/blight"
EGIT_REPO_URI="git://github.com/lehitoskin/blight
	https://github.com/lehitoskin/blight"
LICENSE="GPL-3"
SLOT="0"

RDEPEND="net-libs/tox
	>=dev-db/sqlite-3.8.6
	>=dev-scheme/racket-6.0.1[X]
	dev-scheme/libtoxcore-racket
	dev-scheme/libopenal-racket"

src_prepare() {
	epatch "$FILESDIR/${P}.patch"
	epatch_user
}

src_compile() {
	emake blight
	emake blight-repl
}

src_install() {
	emake DESTDIR="${D}/usr" install-blight
	emake DESTDIR="${D}/usr" install-repl
}