Add a new font, Clear Sans

This commit is contained in:
Chirayu Desai
2015-01-04 14:47:51 +00:00
parent aad7df5ac0
commit df0dd25df8

View File

@@ -0,0 +1,35 @@
SUMMARY="The Clear Sans font"
DESCRIPTION="Clear Sans has been recognized as a versatile OpenType font for \
screen, print, and Web. Clear Sans was designed with on-screen legibility \
in mind. It strikes a balance between contemporary, professional, and stylish \
expression and thoroughly functional purpose. It has a sophisticated and elegant \
personality at all sizes, and its thoughtful design becomes even more evident at \
the thin weight."
HOMEPAGE="https://01.org/clear-sans"
SRC_URI="https://01.org/sites/default/files/downloads/clear-sans/clearsans-1.00.zip"
CHECKSUM_SHA256="41809a296870dd7b4753d6532b4093821d61f9806281e6c053ccb11083ad1190"
LICENSE="Apache v2"
COPYRIGHT="2013 Intel"
REVISION="1"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
PROVIDES="clear_sans = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
SOURCE_DIR=""
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp TTF/* ${FONTDIR}
}