summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Liffey <amynka@gentoo.org>2017-08-16 19:38:31 +0200
committerAmy Liffey <amynka@gentoo.org>2017-08-16 19:40:42 +0200
commit65d44f0a993f74038c2ccece1e13ffd1a7bc4ff8 (patch)
tree04dfed7bdeddd65541b83c24041322b49f43f91f /app-text/tabler/tabler-2-r1.ebuild
parentapp-text/par: EAPI bump 6 (diff)
downloadgentoo-65d44f0a993f74038c2ccece1e13ffd1a7bc4ff8.tar.gz
gentoo-65d44f0a993f74038c2ccece1e13ffd1a7bc4ff8.tar.bz2
gentoo-65d44f0a993f74038c2ccece1e13ffd1a7bc4ff8.zip
app-text/tabler: EAPI 6 bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-text/tabler/tabler-2-r1.ebuild')
-rw-r--r--app-text/tabler/tabler-2-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-text/tabler/tabler-2-r1.ebuild b/app-text/tabler/tabler-2-r1.ebuild
new file mode 100644
index 000000000000..ed6a81d08f97
--- /dev/null
+++ b/app-text/tabler/tabler-2-r1.ebuild
@@ -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
+}