mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
37 lines
843 B
Bash
37 lines
843 B
Bash
SUMMARY="The Liberation Fonts"
|
|
DESCRIPTION="The Liberation(tm) Fonts is a font family which aims at metric \
|
|
compatibility with Arial, Times New Roman, and Courier New. It is sponsored by \
|
|
Red Hat."
|
|
HOMEPAGE="https://github.com/liberationfonts/liberation-fonts"
|
|
COPYRIGHT="2007-2019 Red Hat, Inc."
|
|
LICENSE="SIL Open Font License v1.1"
|
|
REVISION="1"
|
|
SOURCE_URI="https://github.com/liberationfonts/liberation-fonts/files/2926169/liberation-fonts-ttf-$portVersion.tar.gz"
|
|
CHECKSUM_SHA256="f14ff0a0be87b5aeb672e669363b5a699db76feb1144b06798261c0fdcd2b24d"
|
|
SOURCE_DIR="liberation-fonts-ttf-$portVersion"
|
|
|
|
ARCHITECTURES="any"
|
|
|
|
PROVIDES="
|
|
liberation_fonts = $portVersion
|
|
"
|
|
REQUIRES="
|
|
"
|
|
|
|
BUILD_REQUIRES=""
|
|
BUILD_PREREQUIRES="
|
|
coreutils
|
|
"
|
|
|
|
BUILD()
|
|
{
|
|
true
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
FONTDIR=${fontsDir}/ttfonts
|
|
mkdir -p ${FONTDIR}
|
|
cp -a *.ttf ${FONTDIR}
|
|
}
|