mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
34 lines
762 B
Bash
34 lines
762 B
Bash
SUMMARY="The Humor-Sans font"
|
|
DESCRIPTION="\
|
|
A sans-serif typeface in the style of xkcd. Xkcd is a popular webcomics with \
|
|
focus on computer science or everything else.
|
|
"
|
|
HOMEPAGE="http://antiyawn.com/uploads/humorsans.html"
|
|
SOURCE_URI="http://antiyawn.com/uploads/Humor-Sans-1.0.ttf#noarchive"
|
|
CHECKSUM_SHA256="2ded6a27448c9ed30aaff177744e2bcf1e52e0aab018b2a8be64565df633318f"
|
|
LICENSE="SIL Open Font License v1.1"
|
|
COPYRIGHT="2009, Michael Ciuffo, with Reserved Font Name Humor-Sans"
|
|
REVISION="2"
|
|
|
|
ARCHITECTURES="!any"
|
|
DISABLE_SOURCE_PACKAGE=yes
|
|
|
|
PROVIDES="humor_sans= $portVersion"
|
|
REQUIRES=""
|
|
BUILD_REQUIRES=""
|
|
BUILD_PREREQUIRES="coreutils"
|
|
|
|
SOURCE_DIR=""
|
|
|
|
BUILD()
|
|
{
|
|
true
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=$fontsDir/ttfonts
|
|
mkdir -p ${FONTDIR}
|
|
cp *.ttf ${FONTDIR}
|
|
}
|