From 623ee73d661e5ed8475cb264511f683407d87365 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Apr 2020 03:41:30 +0100 Subject: gentoo Easter resync : 12.04.2020 --- app-text/par/par-1.53.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 app-text/par/par-1.53.0.ebuild (limited to 'app-text/par/par-1.53.0.ebuild') diff --git a/app-text/par/par-1.53.0.ebuild b/app-text/par/par-1.53.0.ebuild new file mode 100644 index 000000000000..3165b8c44367 --- /dev/null +++ b/app-text/par/par-1.53.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +MY_P="Par-${PV}" +DESCRIPTION="a paragraph reformatter, vaguely similar to fmt, but better" +HOMEPAGE="http://www.nicemice.net/par/" +SRC_URI="http://www.nicemice.net/par/${MY_P}.tar.gz" + +LICENSE="|| ( MIT par )" +SLOT="0" +KEYWORDS="~amd64 ~mips ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="" + +DEPEND="!dev-util/par + !app-arch/par" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + emake -f protoMakefile CC="$(tc-getCC) ${CFLAGS} -c" \ + LINK1="$(tc-getCC) ${LDFLAGS}" +} + +src_install() { + newbin par par-format + doman par.1 + dodoc releasenotes par.doc +} + +src_test() { + emake -f protoMakefile test +} -- cgit v1.2.3