mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
screenfetch: Show nice ASCII art and sysinfo for screenshots
This commit is contained in:
44
app-misc/screenfetch/screenfetch-3.7.0.recipe
Normal file
44
app-misc/screenfetch/screenfetch-3.7.0.recipe
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user