mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 12:08:53 +02:00
37 lines
1011 B
Plaintext
37 lines
1011 B
Plaintext
SUMMARY="Font for classicists, medievalists and linguists"
|
||
DESCRIPTION="\
|
||
Cardo is a large Unicode font specifically designed for the needs of \
|
||
classicists, Biblical scholars, medievalists, and linguists. Since it may be \
|
||
used to prepare materials for publication, it also contains features that are \
|
||
required for high-quality typography, such as ligatures, text figures, true \
|
||
small capitals and a variety of punctuation and space characters.
|
||
"
|
||
HOMEPAGE="http://scholarsfonts.net/cardofnt.html"
|
||
SRC_URI="http://scholarsfonts.net/cardo104.zip"
|
||
CHECKSUM_SHA256="9401db6357cb71fa1f8791323679f81d6b0473d6280a7ec8abdf11b5e52f455f"
|
||
LICENSE="SIL Open Font License v1.1"
|
||
COPYRIGHT="2004–2011 David J. Perry, with Reserved Font Name Cardo"
|
||
REVISION="2"
|
||
|
||
ARCHITECTURES="any"
|
||
DISABLE_SOURCE_PACKAGE=yes
|
||
|
||
PROVIDES="cardo = $portVersion"
|
||
REQUIRES=""
|
||
BUILD_REQUIRES=""
|
||
BUILD_PREREQUIRES="coreutils"
|
||
|
||
SOURCE_DIR=""
|
||
|
||
BUILD()
|
||
{
|
||
true
|
||
}
|
||
|
||
INSTALL()
|
||
{
|
||
FONTDIR=$fontsDir/ttfonts
|
||
mkdir -p ${FONTDIR}
|
||
cp *.ttf ${FONTDIR}
|
||
}
|