mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 03:58:51 +02:00
36 lines
974 B
Plaintext
36 lines
974 B
Plaintext
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}
|
|
}
|