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-2017 Brett Bohnenkamper" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://github.com/KittyKatt/screenFetch/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="248283ee3c24b0dbffb79ed685bdd518554073090c1c167d07ad2a729db26633" SOURCE_DIR="screenFetch-$portVersion" ARCHITECTURES="any" PROVIDES=" screenfetch = $portVersion cmd:screenfetch = $portVersion " REQUIRES=" haiku cmd:bash " BUILD_REQUIRES=" " BUILD_PREREQUIRES=" 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 }