mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
39 lines
1.1 KiB
Bash
39 lines
1.1 KiB
Bash
SUMMARY="Serif font metric-compatible with Cambria"
|
|
DESCRIPTION="
|
|
Caladea (Google's Caladea font, google-crosextrafonts-caladea) is a modern, \
|
|
friendly serif font, metric-compatible with Microsoft Fonts Cambria \
|
|
font. Caladea comes in regular, bold, italic, and bold italic. The family \
|
|
covers Latin-Greek-Cyrillic (not a complete set, though) with about 2,000 \
|
|
glyphs.
|
|
It has the same character coverage as Microsoft Fonts Cambria.
|
|
Caladea is a default Cambria font replace in the LibreOffice Suite.
|
|
"
|
|
HOMEPAGE="https://code.google.com/p/chromium/issues/detail?id=280557"
|
|
SOURCE_URI="http://gsdview.appspot.com/chromeos-localmirror/distfiles/crosextrafonts-$portVersion.tar.gz"
|
|
CHECKSUM_SHA256="c48d1c2fd613c9c06c959c34da7b8388059e2408d2bb19845dc3ed35f76e4d09"
|
|
LICENSE="Apache v2"
|
|
COPYRIGHT="2013 Carolina Giovagnoli and Andres Torresi"
|
|
REVISION="3"
|
|
|
|
ARCHITECTURES="any"
|
|
DISABLE_SOURCE_PACKAGE=yes
|
|
|
|
PROVIDES="caladea = $portVersion"
|
|
REQUIRES=""
|
|
BUILD_REQUIRES=""
|
|
BUILD_PREREQUIRES="coreutils"
|
|
|
|
SOURCE_DIR="crosextrafonts-$portVersion"
|
|
|
|
BUILD()
|
|
{
|
|
true
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=$fontsDir/ttfonts
|
|
mkdir -p ${FONTDIR}
|
|
cp *.ttf ${FONTDIR}
|
|
}
|