Marcel Telka
2024-04-08 5d8bcb58722b250c296fc0324f9d06470fb3d7d0
commit | author | age
26fe9b 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=                victor-mono
20 COMPONENT_SUMMARY=            Victor Mono is an open-source monospaced font with optional semi-connected cursive italics and programming symbol ligatures.
2a8b80 21 # We already had 1.52 and cannot go back. Thus, we are using HUMAN_VERSION for the "real" version number
45c9e1 22 COMPONENT_VERSION=             1.56
AW 23 HUMAN_VERSION=                1.5.6
26fe9b 24 COMPONENT_PROJECT_URL=         https://rubjo.github.io/victor-mono/
AW 25 COMPONENT_SRC_NAME=            VictorMonoAll
26 COMPONENT_SRC=                $(COMPONENT_NAME)-$(COMPONENT_VERSION)
27 COMPONENT_ARCHIVE=          $(COMPONENT_SRC).zip
28 COMPONENT_ARCHIVE_URL=        https://rubjo.github.io/victor-mono/$(COMPONENT_SRC_NAME).zip
45c9e1 29 COMPONENT_ARCHIVE_HASH=     sha256:bf69bd719fb00ccb503e7574df07dccc257f1f3f8417526b642112f5d7aa3f02
26fe9b 30 COMPONENT_LICENSE=            SIL Open Font License, Version 1.1
AW 31 COMPONENT_LICENSE_FILE=        LICENSE.txt
32
33 FONT_TYPE = TTF
34
35 UNPACK_ARGS= -r $(COMPONENT_SRC)
36
37 include $(WS_MAKE_RULES)/font.mk
38
39 COMPONENT_FONT_SRC_DIR     =
40 COMPONENT_FONT_FILES      += TTF/*.ttf
41 COMPONENT_FONTCONF_SRC_DIR =
42 COMPONENT_FONTCONF_FILES   =
43