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}/ +}