0
0
Fork 0
haikuports/app-misc/sl/sl-5.02.recipe

44 lines
820 B
Bash

SUMMARY="Amusing graphic for mistyping habits"
DESCRIPTION="SL (Steam Locomotive) runs across your terminal when you type \
\"sl\" as you meant to type \"ls\". It's just a joke command, and not useful \
at all."
HOMEPAGE="https://github.com/mtoyoda/sl"
COPYRIGHT="1993,1998,2014 Toyoda Masashi"
LICENSE="Toyoda"
REVISION="1"
SOURCE_URI="https://github.com/mtoyoda/$portName/archive/$portVersion/$portVersionedName.tar.gz"
CHECKSUM_SHA256="1e5996757f879c81f202a18ad8e982195cf51c41727d3fea4af01fdcbbb5563a"
SOURCE_DIR="sl-$portVersion"
ARCHITECTURES="all"
PROVIDES="
sl = $portVersion
cmd:sl = $portVersion
"
REQUIRES="
haiku
lib:libncurses
"
BUILD_REQUIRES="
haiku_devel
devel:libncurses
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:make
"
BUILD()
{
make $jobArgs
}
INSTALL()
{
mkdir -p $binDir
cp sl $binDir
}