mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
comic-neue: new recipe.
This commit is contained in:
34
media-fonts/comic_neue/comic_neue-2.3.recipe
Normal file
34
media-fonts/comic_neue/comic_neue-2.3.recipe
Normal file
@@ -0,0 +1,34 @@
|
||||
SUMMARY="Typographically savvy casual script typeface"
|
||||
DESCRIPTION="Comic Neue is a Unicode typeface family that supports the \
|
||||
languages outlined in the following two ISO standards:
|
||||
Latin 2 http://en.wikipedia.org/wiki/ISO/IEC_8859-2
|
||||
Latin 9 http://en.wikipedia.org/wiki/ISO/IEC_8859-15
|
||||
"
|
||||
HOMEPAGE="http://www.comicneue.com"
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
COPYRIGHT="2014 Craig Rozynski
|
||||
2014 Hrant Papazian
|
||||
2016 Brandon Schoech"
|
||||
REVISION="1"
|
||||
SOURCE_URI="$HOMEPAGE/comic-neue-$portVersion.zip"
|
||||
CHECKSUM_SHA256="f3a7500eb477d03a865249dd3fa5ecff516d12d11d5d8494c8164fd4ee842599"
|
||||
SOURCE_DIR="OTF"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
PROVIDES="
|
||||
comic_neue = $portVersion
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/otfonts
|
||||
mkdir -p $FONTDIR
|
||||
cp *.otf $FONTDIR
|
||||
}
|
||||
Reference in New Issue
Block a user