mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
33 lines
821 B
Plaintext
33 lines
821 B
Plaintext
SUMMARY="TTF version of the Terminus font"
|
|
DESCRIPTION="Terminus TTF is a TrueType version of the great Terminus Font, a fixed-width bitmap font optimized for long work with computers"
|
|
HOMEPAGE="http://files.ax86.net/terminus-ttf/"
|
|
SRC_URI="http://files.ax86.net/terminus-ttf/files/$portVersion/terminus-ttf-$portVersion.zip"
|
|
CHECKSUM_SHA256="95896b5711e8c96cae180e3c8c837f23618c611e1aebc40639bc983d519dd5bd"
|
|
SOURCE_DIR="terminus-ttf-$portVersion"
|
|
REVISION="1"
|
|
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
|
LICENSE="SIL Open Font License v1.1"
|
|
COPYRIGHT="2010 Dimitar Toshkov Zhekov
|
|
2011 Tilman Blumenbach"
|
|
|
|
PROVIDES="
|
|
terminus_ttf = $portVersion
|
|
"
|
|
BUILD_PREREQUIRES="
|
|
cmd:cp
|
|
cmd:mkdir
|
|
"
|
|
|
|
|
|
BUILD()
|
|
{
|
|
echo "No building required."
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=$fontsDir/terminus-ttf
|
|
mkdir -p ${FONTDIR}
|
|
cp -r *.ttf ${FONTDIR}/
|
|
}
|