mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
38
media-fonts/lato_fonts/lato_fonts-2.010.recipe
Normal file
38
media-fonts/lato_fonts/lato_fonts-2.010.recipe
Normal file
@@ -0,0 +1,38 @@
|
||||
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/"
|
||||
SRC_URI="http://www.latofonts.com/download/Lato2OFL.zip"
|
||||
CHECKSUM_SHA256="367c730f64f4d1731e4d3ef7da2dd27635999e4a2f7cab24cfdcaf42488644a4"
|
||||
LICENSE="SIL Open Font License v1.1"
|
||||
COPYRIGHT="2010-2014 Łukasz Dziedzic <dziednic@typoland.com>, with Reserved \
|
||||
Font Name Lato"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
PROVIDES="
|
||||
lato_fonts=$portVersion
|
||||
"
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="
|
||||
coreutils
|
||||
"
|
||||
SOURCE_DIR="Lato2OFL"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p $FONTDIR
|
||||
|
||||
cd *.ttf $FONTDIR
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user