mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Add a new font, Noto Serif
This commit is contained in:
35
media-fonts/noto_serif/noto_serif-1.00.recipe
Normal file
35
media-fonts/noto_serif/noto_serif-1.00.recipe
Normal file
@@ -0,0 +1,35 @@
|
||||
SUMMARY="The Noto Serif 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/"
|
||||
SRC_URI="https://www.google.com/get/noto/pkgs/NotoSerif-hinted.zip"
|
||||
CHECKSUM_SHA256="3d23e8c04fdcfacfc9c2ea3abae0afbdd441cfbc3721b8b674e9d22fa92b97aa"
|
||||
LICENSE="Apache v2"
|
||||
COPYRIGHT="2012 Google Inc."
|
||||
REVISION="1"
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
PROVIDES="
|
||||
noto_serif=$portVersion
|
||||
"
|
||||
REQUIRES=" "
|
||||
BUILD_REQUIRES=" "
|
||||
BUILD_PREREQUIRES="
|
||||
coreutils
|
||||
"
|
||||
SOURCE_DIR=""
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/ttfonts
|
||||
mkdir -p ${FONTDIR}
|
||||
|
||||
cp *.ttf ${FONTDIR}
|
||||
}
|
||||
Reference in New Issue
Block a user