Andreas Wacknitz
2021-02-06 219b1e8367ce2d1431b2f7073e782312defde143
commit | author | age
69536e 1 #
AW 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2020 Andreas Wacknitz
14 #
15
16 BUILD_STYLE = archive
17 include ../../../make-rules/shared-macros.mk
18
19 COMPONENT_NAME=                jetbrains-mono
20 COMPONENT_SUMMARY=            A typeface for developers
219b1e 21 COMPONENT_VERSION=             2.225
69536e 22 COMPONENT_PROJECT_URL=         https://www.jetbrains.com/lp/mono/
AW 23 COMPONENT_SRC_NAME=            JetBrainsMono
24 COMPONENT_SRC=                $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE=          $(COMPONENT_SRC).zip
2b9d41 26 COMPONENT_ARCHIVE_URL=        https://github.com/JetBrains/JetBrainsMono/archive/v${COMPONENT_VERSION}.zip
219b1e 27 COMPONENT_ARCHIVE_HASH=     sha256:d5187f6f91b1a76f5dc126cc0393fb0acdb1e58b58c62f8b64fd312342c9ec4d
69536e 28 COMPONENT_LICENSE=            Apache 2.0
2b9d41 29 COMPONENT_LICENSE_FILE=        LICENSE
69536e 30
AW 31 FONT_TYPE = TTF
32
33 include $(WS_MAKE_RULES)/font.mk
34
35 COMPONENT_FONT_SRC_DIR     =
c98473 36 COMPONENT_FONT_FILES      += fonts/ttf/*.ttf
69536e 37 COMPONENT_FONTCONF_SRC_DIR =
AW 38 COMPONENT_FONTCONF_FILES   =
39