mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
35 lines
945 B
Bash
35 lines
945 B
Bash
SUMMARY="A monospace font designed for developers"
|
|
DESCRIPTION="JetBrains Mono is a free and open source typeface made for developers.
|
|
|
|
Features:
|
|
* Forms are simple and free from unnecessary details
|
|
* Adapted for reading code
|
|
* Increased height for a better reading experience
|
|
* Text looks crisper when rendered in small sizes
|
|
* Code specific ligatures"
|
|
HOMEPAGE="https://www.jetbrains.com/lp/mono/"
|
|
COPYRIGHT="2020 Philipp Nurullin \
|
|
2020 Konstantin Bulenkov \
|
|
The whole JetBrains Team"
|
|
LICENSE="SIL Open Font License v1.1"
|
|
REVISION="1"
|
|
SOURCE_URI="https://github.com/JetBrains/JetBrainsMono/archive/v$portVersion.tar.gz"
|
|
CHECKSUM_SHA256="d8dab5ff24fc9e345d6c7987f2746cf8df4f870561ea89c14630b8d1729fd727"
|
|
SOURCE_DIR="JetBrainsMono-$portVersion"
|
|
|
|
ARCHITECTURES="any"
|
|
DISABLE_SOURCE_PACKAGE="yes"
|
|
|
|
PROVIDES="jetbrains_mono = $portVersion"
|
|
|
|
BUILD()
|
|
{
|
|
true
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
mkdir -pv $fontsDir/otfonts
|
|
cp -av fonts/otf/*.otf $fontsDir/otfonts
|
|
}
|