mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
35 lines
846 B
Bash
35 lines
846 B
Bash
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"
|
|
COPYRIGHT="2014 Craig Rozynski
|
|
2014 Hrant Papazian
|
|
2016 Brandon Schoech"
|
|
LICENSE="SIL Open Font License v1.1"
|
|
REVISION="1"
|
|
SOURCE_URI="https://github.com/crozynski/comicneue/archive/v$portVersion.tar.gz"
|
|
CHECKSUM_SHA256="9e1153e1bc08d76e7d5418ac707278b687204b2eb6c59f387f1c310edb165be6"
|
|
SOURCE_DIR="comicneue-$portVersion/OTF"
|
|
|
|
ARCHITECTURES="any"
|
|
DISABLE_SOURCE_PACKAGE="yes"
|
|
|
|
PROVIDES="
|
|
comic_neue = $portVersion
|
|
"
|
|
|
|
BUILD()
|
|
{
|
|
true
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=$fontsDir/otfonts
|
|
mkdir -p $FONTDIR
|
|
cp *.otf $FONTDIR
|
|
}
|