app-misc/tbt: Add 1.1 - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 0a8d8e186750173e4ec67293df39e801549e46d4
DIR parent bc22766cb82a472b6fce2993c85b9e30e7e98191
HTML Author: parazyd <parazyd@dyne.org>
Date: Thu, 4 Aug 2016 20:12:13 +0200
app-misc/tbt: Add 1.1
Diffstat:
A app-misc/tbt/Manifest | 1 +
A app-misc/tbt/tbt-1.1.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+), 0 deletions(-)
---
DIR diff --git a/app-misc/tbt/Manifest b/app-misc/tbt/Manifest
@@ -0,0 +1 @@
+DIST tbt-1.1.tar.gz 617361 SHA256 eded39c25569408f049397997c6e2b1bed84bb5144e70c2bab0ddebee5a6bd1e SHA512 9f3bf765d1dd1d31cd2881c737b94f2a89658ebe0aee4ef9a1f1e88169eeebf081c7b8e6faaf16edaefc529f947355579dcd91a4d0e6020243d6fa85f2c6adb9 WHIRLPOOL bb3dd500f09593c744b3fc55b59f66071117783ddb3b5a054b9f24f7f0a22919e02f26be2ddb89d4dbf4d3d0c01e22111e9292eedf42703e7e3d342363b1dcd4
DIR diff --git a/app-misc/tbt/tbt-1.1.ebuild b/app-misc/tbt/tbt-1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Time Based Text"
+HOMEPAGE="https://www.dyne.org/software/tbt/"
+SRC_URI="https://files.dyne.org/${PN}/releases/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-libs/slang"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ econf
+}
+
+src_compile() {
+ emake || die "emake failed"
+}
+
+src_install() {
+ emake DESTDIR="${ED}" install || die "emake install failed"
+}