mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Updated DESCRIPTIONS for 5 fonts, updates by GCI2013 student Anna Gajdová
This commit is contained in:
@@ -1,36 +1,36 @@
|
||||
SUMMARY="It's Courier, just better."
|
||||
DESCRIPTION="Courier Prime is optimized for 12 point size, and matches the metrics of Courier and Courier Final Draft, so you can often swap it out one-for-one."
|
||||
HOMEPAGE="http://quoteunquoteapps.com/courierprime/"
|
||||
SRC_URI="http://quoteunquoteapps.com/downloads/courier-prime.zip"
|
||||
REVISION="1"
|
||||
CHECKSUM_MD5="cf79336ce1cf439560a5364ab7856738"
|
||||
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/courier-prime
|
||||
mkdir -p ${FONTDIR}
|
||||
cp -r *.ttf ${FONTDIR}/
|
||||
cp Read\ me.txt ${FONTDIR}/README.txt
|
||||
}
|
||||
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"
|
||||
REVISION="1"
|
||||
CHECKSUM_MD5="cf79336ce1cf439560a5364ab7856738"
|
||||
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/courier-prime
|
||||
mkdir -p ${FONTDIR}
|
||||
cp -r *.ttf ${FONTDIR}/
|
||||
cp Read\ me.txt ${FONTDIR}/README.txt
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user