SUMMARY="The Fira font" DESCRIPTION="\ Designed to integrate with the character of Mozilla's Firefox OS, the \ Fira Sans typeface also aims to cover the legibility needs for a large range of \ handsets varying in screen quality and rendering. When working with Fira Sans \ it is recommended that micro font sizes that fall below our guidelines are avoided. This also includes the Fira Mono typeface. " HOMEPAGE="https://github.com/mozilla/Fira" COPYRIGHT="2015, Mozilla Foundation, Telefonica S.A." LICENSE="SIL Open Font License v1.1" REVISION="1" SOURCE_URI="https://github.com/mozilla/Fira/archive/4.202.tar.gz" CHECKSUM_SHA256="d86269657387f144d77ba12011124f30f423f70672e1576dc16f918bb16ddfe4" SOURCE_DIR="" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE="yes" PROVIDES="fira_fonts = $portVersion" REQUIRES="" BUILD_REQUIRES="" BUILD_PREREQUIRES="coreutils" BUILD() { true } INSTALL() { FONTDIR=$fontsDir/otfonts mkdir -p ${FONTDIR} cp */otf/*.otf ${FONTDIR} }