mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
47 lines
1.0 KiB
Bash
47 lines
1.0 KiB
Bash
SUMMARY="The Noto 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/"
|
|
srcGitRev="19ce9d5549adbe438e641871b66f1b7564f07363"
|
|
SOURCE_URI="https://github.com/googlei18n/noto/archive/$srcGitRev.tar.gz"
|
|
CHECKSUM_SHA256="4f9fb709f6e775be11f3b60d1f1e5ac3c2de19c39c8f7b5ddadbc53ba029a387"
|
|
SOURCE_DIR="noto-fonts-$srcGitRev"
|
|
LICENSE="SIL Open Font License v1.1"
|
|
COPYRIGHT="2012 Google Inc."
|
|
REVISION="1"
|
|
|
|
ARCHITECTURES="any"
|
|
DISABLE_SOURCE_PACKAGE=yes
|
|
|
|
PROVIDES="
|
|
noto=$portVersion
|
|
"
|
|
REQUIRES=" "
|
|
PROVIDES_chroscore="
|
|
noto_chroscore=$portVersion
|
|
"
|
|
REQUIRES_chroscore=" "
|
|
BUILD_REQUIRES=" "
|
|
BUILD_PREREQUIRES="
|
|
"
|
|
BUILD()
|
|
{
|
|
true
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=$fontsDir/ttfonts
|
|
mkdir -p ${FONTDIR}
|
|
|
|
cp hinted/*.ttf ${FONTDIR}
|
|
|
|
packageEntries chroscore \
|
|
${FONTDIR}/Arimo*.ttf \
|
|
${FONTDIR}/Cousine*.ttf \
|
|
${FONTDIR}/Tinos*.ttf
|
|
|
|
}
|