courier_prime: also install courier_sans and courier_code

This commit is contained in:
Kostadin Damyanov
2015-09-04 22:20:01 +03:00
parent fb5b253ed2
commit 74939a5a16

View File

@@ -3,29 +3,32 @@ 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.
"
should not change."
HOMEPAGE="http://quoteunquoteapps.com/courierprime/"
SOURCE_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"
LICENSE="SIL Open Font License v1.1"
REVISION="3"
SOURCE_URI="http://quoteunquoteapps.com/downloads/courier-prime.zip"
SOURCE_URI_2="http://quoteunquoteapps.com/downloads/courier-sans.zip"
SOURCE_URI_3="http://quoteunquoteapps.com/downloads/courier-code.zip"
CHECKSUM_SHA256="d5d4faf1bee0d1f52bab1103cbfdfb354976331c86f999c110c22a098cb12d73"
CHECKSUM_SHA256_2="754b3937340f5522ccf96be7832efbd809ef93f373d51b12919adbd9c0a468d7"
CHECKSUM_SHA256_3="4485257345c3a7ccc172f89b229db0f8c7dd787cdf4943c825a45f9bf834fd91"
SOURCE_DIR="Courier Prime"
SOURCE_DIR_2="CourierPrimeSans-master/ttf"
SOURCE_DIR_3=""
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="
courier_prime = $portVersion
"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
SOURCE_DIR="Courier Prime"
BUILD_PREREQUIRES="
cmd:cp
cmd:mkdir
"
BUILD()
{
@@ -37,4 +40,6 @@ INSTALL()
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp -r *.ttf ${FONTDIR}/
cp -r $sourceDir2/*.ttf ${FONTDIR}/
cp -r $sourceDir3/*.ttf ${FONTDIR}/
}