From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-misc/color/color-1.2-r2.ebuild | 39 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 app-misc/color/color-1.2-r2.ebuild (limited to 'app-misc/color/color-1.2-r2.ebuild') diff --git a/app-misc/color/color-1.2-r2.ebuild b/app-misc/color/color-1.2-r2.ebuild new file mode 100644 index 000000000000..198bbcc3a821 --- /dev/null +++ b/app-misc/color/color-1.2-r2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils toolchain-funcs + +DESCRIPTION="Easily add ANSI colouring to shell scripts" +HOMEPAGE="http://www.runslinux.net/?page_id=10" +SRC_URI="http://runslinux.net/projects/color/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86" +IUSE="" + +src_prepare() { + eapply "${FILESDIR}"/${PV}-ldflags.patch + default + tc-export CC +} + +src_install() { + dobin color + dodoc CHANGELOG README + + # symlink for british users. + dosym color /usr/bin/colour +} + +pkg_postinst() { + elog "For information on using colour in your shell scripts," + elog "run \`color\` without any arguments." + elog + elog "To see all the colours available, use this command" + elog " $ color --list" + elog + elog "More examples are available in ${EPREFIX}/usr/share/doc/${PF}." +} -- cgit v1.2.3