0
0
Fork 0
haikuports/app-benchmarks/vttest/vttest-20210210.recipe

44 lines
1.1 KiB
Bash

SUMMARY="Test program for terminal emulators"
DESCRIPTION="Vttest tests the compatibility (demonstrates the non-compatibility) \
of so-called \"VT100-compatible\" terminals. In conformance of the good old \
hacker traditions, the only documentation of this program is the source code \
itself. To understand it, you also need a copy of the original VT100 manual \
from DEC.
Additional tests (past version 1.7) are provided for analysis of vt220, vt420 \
terminals, as well as variants of xterm."
HOMEPAGE="https://invisible-island.net/vttest/vttest.html"
COPYRIGHT="1983-1985 Per Lindberg
1996-2020,2021 by Thomas E. Dickey"
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="https://invisible-mirror.net/archives/vttest/vttest-$portVersion.tgz"
CHECKSUM_SHA256="0f98a2e305982915f1520984c3e8698e3acd508ee210711528c89f5a7ea7f046"
ARCHITECTURES="all"
PROVIDES="
vttest = $portVersion
cmd:vttest
"
REQUIRES="
haiku
"
BUILD_PREREQUIRES="
haiku_devel
cmd:gcc
cmd:make
"
BUILD()
{
runConfigure --omit-dirs "docDir" ./configure
make $jobArgs
}
INSTALL()
{
make install
}