app-text/tabler: EAPI 6 bump
authorAmy Liffey <amynka@gentoo.org>
Wed, 16 Aug 2017 17:38:31 +0000 (19:38 +0200)
committerAmy Liffey <amynka@gentoo.org>
Wed, 16 Aug 2017 17:40:42 +0000 (19:40 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.1

app-text/tabler/tabler-2-r1.ebuild [new file with mode: 0644]

diff --git a/app-text/tabler/tabler-2-r1.ebuild b/app-text/tabler/tabler-2-r1.ebuild
new file mode 100644 (file)
index 0000000..ed6a81d
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A utility to create text art tables from delimited input"
+HOMEPAGE="https://sourceforge.net/projects/tabler/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+src_install() {
+       emake DESTDIR="${D}" install
+       dodoc AUTHORS ChangeLog README
+}