0
0
Fork 0
haikuports/media-fonts/dejavu/dejavu-2.37.recipe

40 lines
942 B
Bash

SUMMARY="The DejaVu font family with improved Vera fonts"
DESCRIPTION="This package includes the DejaVu Serif, Sans (proportional), \
DejaVu Sans Mono (monospaced) fonts and DejaVu Math Tex Gyre.
The fonts are based on the Vera fonts open-sourced by Bitstream, and the Arev \
fonts."
HOMEPAGE="https://dejavu-fonts.github.io/"
COPYRIGHT="2003 Bitstream, Inc.
2006 Tavmjong Bah"
LICENSE="Bitstream Vera
Arev Fonts"
REVISION="3"
SOURCE_URI="https://github.com/dejavu-fonts/dejavu-fonts/releases/download/version_2_37/dejavu-fonts-ttf-$portVersion.tar.bz2"
CHECKSUM_SHA256="fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e846e17d7"
SOURCE_DIR="dejavu-fonts-ttf-$portVersion/ttf"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="
dejavu = $portVersion
"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="
coreutils
"
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp *.ttf ${FONTDIR}
}