mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
35 lines
932 B
Bash
35 lines
932 B
Bash
SUMMARY="Sans-serif font metric-compatible with Calibri"
|
|
DESCRIPTION="
|
|
Carlito 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 Calibri.
|
|
"
|
|
HOMEPAGE="http://code.google.com/p/chromium/issues/detail?id=280557"
|
|
SOURCE_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/crosextrafonts-carlito-$portVersion.tar.gz"
|
|
CHECKSUM_SHA256="4bd12b6cbc321c1cf16da76e2c585c925ce956a08067ae6f6c64eff6ccfdaf5a"
|
|
LICENSE="SIL Open Font License v1.1"
|
|
COPYRIGHT="2013 Lukasz Dziedzic"
|
|
REVISION="1"
|
|
|
|
ARCHITECTURES="any"
|
|
DISABLE_SOURCE_PACKAGE=yes
|
|
|
|
PROVIDES="carlito = $portVersion"
|
|
REQUIRES=""
|
|
BUILD_REQUIRES=""
|
|
BUILD_PREREQUIRES="coreutils"
|
|
|
|
SOURCE_DIR="crosextrafonts-carlito-$portVersion"
|
|
|
|
BUILD()
|
|
{
|
|
true
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=$fontsDir/ttfonts
|
|
mkdir -p ${FONTDIR}
|
|
cp *.ttf ${FONTDIR}
|
|
}
|