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

40 lines
942 B
Bash
Raw Permalink Normal View History

2017-02-03 15:20:48 +00:00
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."
2019-10-26 10:12:39 +00:00
HOMEPAGE="https://dejavu-fonts.github.io/"
2017-02-03 15:20:48 +00:00
COPYRIGHT="2003 Bitstream, Inc.
2006 Tavmjong Bah"
LICENSE="Bitstream Vera
Arev Fonts"
2019-10-26 10:12:39 +00:00
REVISION="3"
2017-02-03 15:20:48 +00:00
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"
2018-08-06 12:25:37 +00:00
DISABLE_SOURCE_PACKAGE="yes"
2017-02-03 15:20:48 +00:00
PROVIDES="
dejavu = $portVersion
"
REQUIRES=""
2018-08-06 12:25:37 +00:00
2017-02-03 15:20:48 +00:00
BUILD_REQUIRES=""
BUILD_PREREQUIRES="
coreutils
"
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp *.ttf ${FONTDIR}
}