mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
Added 3 font, recipes by GCI2013 student Anna Gajdová, humor_sans marked as broken.
This commit is contained in:
30
media-fonts/humor_sans/humor_sans-1.0.recipe
Normal file
30
media-fonts/humor_sans/humor_sans-1.0.recipe
Normal file
@@ -0,0 +1,30 @@
|
||||
SUMMARY="The Human-Sans font"
|
||||
DESCRIPTION="A sanserif 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"
|
||||
SRC_URI="http://antiyawn.com/uploads/Humor-Sans-1.0.ttf"
|
||||
CHECKSUM_MD5="acdc29df52454684fe8f3184f6477290"
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
COPYRIGHT="2009, Michael Ciuffo, with Reserved Font Name Humor-Sans"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="!any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
PROVIDES="humor_sans= $portVersion"
|
||||
REQUIRES=""
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
|
||||
SOURCE_DIR=""
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/humor-sans
|
||||
mkdir -p ${FONTDIR}
|
||||
cp *.ttf ${FONTDIR}
|
||||
}
|
||||
Reference in New Issue
Block a user