mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Add recipe for colormake.
This commit is contained in:
41
dev-util/colormake/colormake-0.9.20140503.recipe
Normal file
41
dev-util/colormake/colormake-0.9.20140503.recipe
Normal file
@@ -0,0 +1,41 @@
|
||||
SUMMARY="Wrapper around make to colorize the output"
|
||||
DESCRIPTION="This is a simple wrapper for making the output from make easier to read (more \
|
||||
colorful), and errors easier to find in messy compilations. It was inspired by Micheal T. \
|
||||
Babcock's excellent logcolorize program."
|
||||
REVISION="1"
|
||||
ARCHITECTURES="any"
|
||||
SOURCE_URI="https://github.com/pagekite/Colormake/archive/0.9.20140503.tar.gz"
|
||||
CHECKSUM_SHA256="a3f9fae9a455ac96be1cce0371b28bda33a9af73b06fa8e4329aa2f693d68d22"
|
||||
SOURCE_DIR="Colormake-0.9.20140503"
|
||||
HOMEPAGE="http://bre.klaki.net/programs/colormake/"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2012-2014 Bjarni R. Einarsson"
|
||||
|
||||
PROVIDES="
|
||||
colormake = $portVersion
|
||||
cmd:colormake
|
||||
cmd:colormake.pl
|
||||
cmd:colormake_short
|
||||
cmd:clmake
|
||||
cmd:clmake_short
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
cmd:perl
|
||||
"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -i -e "s!/usr/bin/perl!/bin/perl!" colormake.pl
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true;
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir $binDir
|
||||
cp -fa colormake.pl colormake colormake-short clmake clmake-short $binDir
|
||||
}
|
||||
Reference in New Issue
Block a user