Files
haikuports/app-misc/screenfetch/screenfetch-3.7.0.recipe
2016-11-08 17:56:49 +00:00

45 lines
1.1 KiB
Bash

SUMMARY="The bash screenshot information tool"
DESCRIPTION="screenFetch is a 'Bash Screenshot Information Tool'.\
This handy Bash script can be used to generate one of those nifty \
terminal theme information + ASCII distribution logos you see in \
everyone's screenshots nowadays. It will auto-detect your distro \
and display an ASCII version of that distribution's logo and some \
valueable information to the right."
HOMEPAGE="http://github.com/KittyKatt/screenFetch/"
COPYRIGHT="2014-2016, Brett Bohnenkamper"
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="https://github.com/KittyKatt/screenFetch/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="6711fe924833919d53c1dfbbb43f3777d33e20357a1b1536c4472f6a1b3c6be0"
SOURCE_DIR="screenFetch-$portVersion"
ARCHITECTURES="any"
PROVIDES="
screenfetch = $portVersion
cmd:screenfetch = $portVersion
"
REQUIRES="
haiku
cmd:bash
"
BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
haiku_devel
cmd:tar
"
INSTALL()
{
mkdir -p $binDir
cp screenfetch-dev $binDir/screenfetch
mkdir -p $manDir/man1
cp screenfetch.1 $manDir/man1
mkdir -p $docDir
cp README.mkdn $docDir
}