mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
fira_fonts: bump version (#3602)
This commit is contained in:
36
media-fonts/fira_fonts/fira_fonts-4.202.recipe
Normal file
36
media-fonts/fira_fonts/fira_fonts-4.202.recipe
Normal file
@@ -0,0 +1,36 @@
|
||||
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}
|
||||
}
|
||||
Reference in New Issue
Block a user