mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
lato-fonts: bump version, same content.
This commit is contained in:
32
media-fonts/lato_fonts/lato_fonts-2.015.recipe
Normal file
32
media-fonts/lato_fonts/lato_fonts-2.015.recipe
Normal file
@@ -0,0 +1,32 @@
|
||||
SUMMARY="The Lato font family"
|
||||
DESCRIPTION="Lato is a sans-serif typeface family designed in the Summer 2010 \
|
||||
by Warsaw-based designer Łukasz Dziedzic (“Lato” means “Summer” in Polish). \
|
||||
In December 2010 the Lato family was published under the open-source Open Font \
|
||||
License by his foundry tyPoland, with support from Google. Lato consists of \
|
||||
nine weights (plus corresponding italics), including a beautiful hairline \
|
||||
style."
|
||||
HOMEPAGE="http://www.latofonts.com/lato-free-fonts/"
|
||||
COPYRIGHT="2010-2014 Łukasz Dziedzic, with Reserved Font Name Lato"
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.latofonts.com/download/Lato2OFL.zip"
|
||||
CHECKSUM_SHA256="42b54e96c07e299d967fc3227c7bd63a20d6cfb1dc8fd6dae83628091e20a5b8"
|
||||
SOURCE_DIR="Lato2OFL"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
PROVIDES="
|
||||
lato_fonts=$portVersion
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
coreutils
|
||||
"
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p $FONTDIR
|
||||
|
||||
cp *.ttf $FONTDIR
|
||||
}
|
||||
Reference in New Issue
Block a user