mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Also, do not install README as it only contains licensing information or is the same text as the DESCRIPTION.
40 lines
810 B
Plaintext
40 lines
810 B
Plaintext
LANG_EN="Devanagari"
|
|
LANG_DL="${LANG_EN}"
|
|
LANG_LC="devanagari"
|
|
|
|
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="8601d16cb04d740d2a2a27299ae59445971bbbed3d6b401c14e6fb1d461dd353"
|
|
LICENSE="Apache v2"
|
|
COPYRIGHT="2012 Google Inc."
|
|
REVISION="2"
|
|
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}
|
|
}
|