From e2440728d1a32724a4d63f186f8e3263227a5932 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 11 Feb 2020 05:23:27 +0100 Subject: [PATCH] jetbrains_mono, new font, based on the work of 0xtrzy (#4709) --- .../jetbrains_mono-1.0.3.recipe | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 media-fonts/jetbrains_mono/jetbrains_mono-1.0.3.recipe diff --git a/media-fonts/jetbrains_mono/jetbrains_mono-1.0.3.recipe b/media-fonts/jetbrains_mono/jetbrains_mono-1.0.3.recipe new file mode 100644 index 000000000..5b1952554 --- /dev/null +++ b/media-fonts/jetbrains_mono/jetbrains_mono-1.0.3.recipe @@ -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}/ +}