mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Add Noto fonts for Southeast Asian languages
This commit is contained in:
39
media-fonts/noto_sans_thai/noto_sans_thai-1.02.recipe
Normal file
39
media-fonts/noto_sans_thai/noto_sans_thai-1.02.recipe
Normal file
@@ -0,0 +1,39 @@
|
||||
LANG_EN="Thai"
|
||||
LANG_DL="${LANG_EN}"
|
||||
LANG_LC="thai"
|
||||
|
||||
SUMMARY="The Noto Sans font for $LANG_EN"
|
||||
DESCRIPTION="
|
||||
The Noto font family attempts to create a uniform look for all languages on \
|
||||
Earth. This package contains the Noto Sans fonts for $LANG_EN.
|
||||
"
|
||||
HOMEPAGE="https://www.google.com/get/noto/"
|
||||
SRC_URI="https://www.google.com/get/noto/pkgs/NotoSans${LANG_DL}-hinted.zip"
|
||||
CHECKSUM_SHA256="53d37597667ce7388a7b29a44ee843cfad4dba8d584de6c10b6bfa90fb522648"
|
||||
LICENSE="Apache v2"
|
||||
COPYRIGHT="2009, 2011 Google Inc."
|
||||
REVISION="1"
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
PROVIDES="
|
||||
noto_sans_${LANG_LC}=$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