0
0
Fork 0
haikuports/media-fonts/jetbrains_mono/jetbrains_mono-1.0.3.recipe

38 lines
1001 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

SUMMARY="A monospace font designed for programmers"
DESCRIPTION="JetBrains Monos typeface forms are simple and free \
from unnecessary details. Rendered in small sizes, the text looks crisper.
The easier the forms, the faster the eye perceives them \
and the less effort the brain needs to process them."
HOMEPAGE="https://www.jetbrains.com/lp/mono/"
COPYRIGHT="2020 Philipp Nurullin \
2020 Konstantin Bulenkov \
The whole JetBrains Team"
LICENSE="Apache v2"
REVISION="1"
SOURCE_URI="https://github.com/JetBrains/JetBrainsMono/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="24b423336d702e209a7181873300f855078d2c47e1a519c63ce57755ea7569ea"
SOURCE_FILENAME="JetBrainsMono-v$portVersion.tar.gz"
SOURCE_DIR="JetBrainsMono-$portVersion"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="jetbrains_mono = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
BUILD()
{
true
}
INSTALL()
{
FONTDIR=${fontsDir}/ttfonts
mkdir -p ${FONTDIR}
cp -r ttf/* ${FONTDIR}/
}