noto: single recipe.

This commit is contained in:
Jerome Duval
2016-10-08 11:32:01 +00:00
parent e1854c1d2d
commit 983a3bfc81

View File

@@ -0,0 +1,46 @@
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
}