From 24934e623441310f644e5f72855b0f2bf9f3cd1a Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Mon, 27 Oct 2014 18:38:05 +0200 Subject: Incoming! Moving Rogento.git to kogaion-desktop. Finally --- net-im/blight/blight-9999.ebuild | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 net-im/blight/blight-9999.ebuild (limited to 'net-im/blight/blight-9999.ebuild') diff --git a/net-im/blight/blight-9999.ebuild b/net-im/blight/blight-9999.ebuild new file mode 100644 index 00000000..ce4a0b83 --- /dev/null +++ b/net-im/blight/blight-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit 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.2 + >=dev-scheme/racket-6.0.1[X]" + +src_prepare() { + raco pkg install --no-setup github://github.com/lehitoskin/libtoxcore-racket/master + epatch "$FILESDIR/${P}.patch" + epatch_user +} + +src_compile() { + emake +} + +src_install() { + emake DESTDIR="${D}/usr" install +} -- cgit v1.2.3