mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +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/6418984/liberation-fonts-ttf-$portVersion.tar.gz"
|
|
CHECKSUM_SHA256="26f85412dd0aa9d061504a1cc8aaf0aa12a70710e8d47d8b65a1251757c1a5ef"
|
|
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}
|
|
}
|