From daeddf94a609b324fa1eb409fd8ba3f578eae0ca Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Tue, 8 Nov 2016 17:56:49 +0000 Subject: [PATCH] screenfetch: Show nice ASCII art and sysinfo for screenshots --- app-misc/screenfetch/screenfetch-3.7.0.recipe | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 app-misc/screenfetch/screenfetch-3.7.0.recipe diff --git a/app-misc/screenfetch/screenfetch-3.7.0.recipe b/app-misc/screenfetch/screenfetch-3.7.0.recipe new file mode 100644 index 000000000..16245f1a5 --- /dev/null +++ b/app-misc/screenfetch/screenfetch-3.7.0.recipe @@ -0,0 +1,44 @@ +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 +}