mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 03:58:51 +02:00
36 lines
783 B
Plaintext
36 lines
783 B
Plaintext
SUMMARY="The Noto Sans font"
|
|
DESCRIPTION="Noto's goal is providing a beautiful reading experience for everyone \
|
|
and for all languages. With visual harmony when multiple languages share a page. With \
|
|
multiple styles and weights. Freely available to all.
|
|
"
|
|
HOMEPAGE="https://www.google.com/get/noto/"
|
|
SRC_URI="https://www.google.com/get/noto/pkgs/NotoSans-hinted.zip"
|
|
CHECKSUM_SHA256="e954b37fb20e858a48bb1da513d120ae26afa1189b10922d46486ff06967d074"
|
|
LICENSE="Apache v2"
|
|
COPYRIGHT="2012 Google Inc."
|
|
REVISION="1"
|
|
ARCHITECTURES="any"
|
|
DISABLE_SOURCE_PACKAGE=yes
|
|
PROVIDES="
|
|
noto_sans=$portVersion
|
|
"
|
|
REQUIRES=" "
|
|
BUILD_REQUIRES=" "
|
|
BUILD_PREREQUIRES="
|
|
coreutils
|
|
"
|
|
SOURCE_DIR=""
|
|
|
|
BUILD()
|
|
{
|
|
true
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=$fontsDir/ttfonts
|
|
mkdir -p ${FONTDIR}
|
|
|
|
cp *.ttf ${FONTDIR}
|
|
}
|