Files
haikuports/media-fonts/noto_sans_myanmar/noto_sans_myanmar-1.05.recipe
2015-08-04 12:08:31 -04:00

43 lines
959 B
Bash

# At the time of writing this, the version for the bold face is 1.04, while
# for the regular it is 1.05. Using 1.05 as the package version for now.
LANG_EN="Myanmar"
LANG_DL="${LANG_EN}"
LANG_LC="myanmar"
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/"
SOURCE_URI="https://www.google.com/get/noto/pkgs/NotoSans${LANG_DL}-unhinted.zip"
CHECKSUM_SHA256="5d4df9b779e0cde386adf8a10c87e8c27c21e50d2edcb64d064d2ff832cd9d70"
LICENSE="Apache v2"
COPYRIGHT="2013 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}
}