Andreas Wacknitz
2023-06-17 651eeeda5fa89c484678a5183270dc193651726e
commit | author | age
ac03ab 1 #
AW 2 # CDDL HEADER START
3 #
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright Andreas Wacknitz
24 #
25
26 BUILD_STYLE = archive 
27 include ../../../make-rules/shared-macros.mk
28
29 COMPONENT_NAME=      intel-one-mono
651eee 30 COMPONENT_VERSION=    1.2.1
ac03ab 31 COMPONENT_SUMMARY=    An expressive monospaced font family that’s built with clarity, legibility, and the needs of developers in mind
AW 32 COMPONENT_SRC=      $(COMPONENT_NAME)-$(COMPONENT_VERSION)
33 COMPONENT_ARCHIVE=    $(COMPONENT_NAME)-$(HUMAN_VERSION).zip
34 COMPONENT_PROJECT_URL=    https://github.com/intel/intel-one-mono
35 COMPONENT_ARCHIVE_URL=    $(COMPONENT_PROJECT_URL)/releases/download/V$(COMPONENT_VERSION)/ttf.zip
651eee 36 COMPONENT_ARCHIVE_HASH=    sha256:0d5fcf4fe3fe186abf7a34b9731e4436e0b2fa2884df600c3a2af0b9308fdef6
ac03ab 37 COMPONENT_LICENSE=      SIL OPEN FONT LICENSE Version 1.1
651eee 38 COMPONENT_LICENSE_FILE=    ttf/license
ac03ab 39
AW 40 FONT_TYPE = TTF
41
42 include $(WS_MAKE_RULES)/font.mk
43
44 UNPACK_ARGS += -r $(COMPONENT_SRC)
45
46 COMPONENT_FONT_SRC_DIR = ttf
47 COMPONENT_FONT_FILES  += *.ttf
48
49 COMPONENT_FONTCONF_SRC_DIR =
50 COMPONENT_FONTCONF_FILES   =
51
52 # Auto-generated dependencies