mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
jetbrains_mono, new font, based on the work of 0xtrzy (#4709)
This commit is contained in:
37
media-fonts/jetbrains_mono/jetbrains_mono-1.0.3.recipe
Normal file
37
media-fonts/jetbrains_mono/jetbrains_mono-1.0.3.recipe
Normal file
@@ -0,0 +1,37 @@
|
||||
SUMMARY="A monospace font designed for programmers"
|
||||
DESCRIPTION="JetBrains Mono’s 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}/
|
||||
}
|
||||
Reference in New Issue
Block a user