mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
ansiweather: bump version (#3087)
This commit is contained in:
committed by
Jérôme Duval
parent
1c158ce147
commit
03740ccd35
42
app-misc/ansiweather/ansiweather-1.13.0.recipe
Normal file
42
app-misc/ansiweather/ansiweather-1.13.0.recipe
Normal file
@@ -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="https://github.com/fcambus/ansiweather/"
|
||||
COPYRIGHT="2013-2016, Frederic Cambus"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="2f0fc8722e45f02042a96d903e87196ad08b237ae693895df9a805c27637dac9"
|
||||
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/
|
||||
}
|
||||
Reference in New Issue
Block a user