From d7e1dca7e2037307c335e041c58d61c20042f269 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 10 Nov 2016 19:41:41 +0000 Subject: [PATCH] ansiweather: add recipe for version 1.09. --- app-misc/ansiweather/ansiweather-1.09.recipe | 42 ++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 app-misc/ansiweather/ansiweather-1.09.recipe diff --git a/app-misc/ansiweather/ansiweather-1.09.recipe b/app-misc/ansiweather/ansiweather-1.09.recipe new file mode 100644 index 000000000..eacd63dbc --- /dev/null +++ b/app-misc/ansiweather/ansiweather-1.09.recipe @@ -0,0 +1,42 @@ +SUMMARY="A script for displaying the current weather" +DESCRIPTION="AnsiWeather is a Shell script for displaying the current weather \ +conditions in your terminal, with support for ANSI colors and Unicode symbols." +HOMEPAGE="http://github.com/fcambus/ansiweather/" +COPYRIGHT="2013-2016, Frederic Cambus" +LICENSE="BSD (2-clause)" +REVISION="1" +SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz" +CHECKSUM_SHA256="75f705263c8ca1eea74039c478b6c760632f26e3b503ac9d04cd1ab188d1ca77" +SOURCE_FILENAME="ansiweather-$portVersion.tar.gz" + +ARCHITECTURES="any" + +PROVIDES=" + ansiweather = $portVersion + cmd:ansiweather = $portVersion + " +REQUIRES=" + haiku + cmd:bc + cmd:curl + cmd:jq + cmd:sh + " + +BUILD_REQUIRES=" + haiku_devel + " +BUILD_PREREQUIRES=" + " + +BUILD() +{ + true +} + +INSTALL() +{ + mkdir -p $binDir $manDir/man1 + cp -a ansiweather $binDir + cp -a ansiweather.1 $manDir/man1/ +}