mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
comic_neue: bump version.
This commit is contained in:
34
media-fonts/comic_neue/comic_neue-2.4.recipe
Normal file
34
media-fonts/comic_neue/comic_neue-2.4.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"
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user