diff options
author | Amy Liffey <amynka@gentoo.org> | 2017-08-16 19:38:31 +0200 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2017-08-16 19:40:42 +0200 |
commit | 65d44f0a993f74038c2ccece1e13ffd1a7bc4ff8 (patch) | |
tree | 04dfed7bdeddd65541b83c24041322b49f43f91f /app-text/tabler | |
parent | app-text/par: EAPI bump 6 (diff) | |
download | gentoo-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')
-rw-r--r-- | app-text/tabler/tabler-2-r1.ebuild | 18 |
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 +} |