mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Add a new font, Clear Sans
This commit is contained in:
35
media-fonts/clear_sans/clear_sans-1.00.recipe
Normal file
35
media-fonts/clear_sans/clear_sans-1.00.recipe
Normal 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}
|
||||
}
|
||||
Reference in New Issue
Block a user