developer/check: configure: WARNING: filterdiff not installed; build will not be...
[oi-userland.git] / components / shell / zsh-syntax-highlighting / Makefile
blob78a245f53b6ed72ba5b96922056ca1ef07c3ff09
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2016 Adam Stevko
13 # Copyright 2018 Michal Nowak
14 # Copyright 2020 Andreas Wacknitz
17 BUILD_STYLE= justmake
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME= zsh-syntax-highlighting
21 COMPONENT_VERSION= 0.8.0
22 COMPONENT_SUMMARY= Fish shell like syntax highlighting for Zsh
23 COMPONENT_PROJECT_URL= https://github.com/zsh-users/zsh-syntax-highlighting
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_VERSION).tar.gz
26 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/archive/$(COMPONENT_ARCHIVE)
27 COMPONENT_ARCHIVE_HASH= sha256:5981c19ebaab027e356fe1ee5284f7a021b89d4405cc53dc84b476c3aee9cc32
28 COMPONENT_FMRI= utility/$(COMPONENT_NAME)
29 COMPONENT_CLASSIFICATION= System/Shells
30 COMPONENT_LICENSE= Various
31 COMPONENT_LICENSE_FILE= COPYING.md
33 include $(WS_MAKE_RULES)/common.mk
35 COMPONENT_INSTALL_ENV += PREFIX=$(USRDIR)
37 COMPONENT_TEST_TARGETS= test
39 COMPONENT_TEST_TRANSFORMS= \
40 '-ne "/^ok/p" ' \
41 '-ne "/^not ok/p" '
43 # Auto-generated dependencies
44 REQUIRED_PACKAGES += shell/zsh