Files
haikuports/media-fonts/courier_prime/courier_prime-1.0.recipe
Timothy Gu 21676bb201 Fix directory of installation of fonts
Also, do not install README as it only contains licensing information or is
the same text as the DESCRIPTION.
2014-12-24 04:51:20 +00:00

41 lines
944 B
Plaintext

SUMMARY="It's Courier, just better"
DESCRIPTION="Courier Prime was designed to replace the legendary Courier \
especially in screenwriting. It's Courier, just better. Courier Prime is \
optimized for 12 point size, and matches the metrics of Courier and Courier \
Final Draft, so you can (mostly) swap it out one-for-one and your page count \
should not change.
"
HOMEPAGE="http://quoteunquoteapps.com/courierprime/"
SRC_URI="http://quoteunquoteapps.com/downloads/courier-prime.zip"
CHECKSUM_SHA256="d5d4faf1bee0d1f52bab1103cbfdfb354976331c86f999c110c22a098cb12d73"
REVISION="2"
LICENSE="SIL Open Font License v1.1"
COPYRIGHT="2013 Quote-Unquote Apps"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="
courier_prime = $portVersion
"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
SOURCE_DIR="Courier Prime"
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp -r *.ttf ${FONTDIR}/
}