gcc-6: don't ship info pages
[unleashed-userland.git] / components / shell / zsh-syntax-highlighting / Makefile
blobeade1a26204081d684d0e80691e6ca648090ab15
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
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= zsh-syntax-highlighting
18 COMPONENT_VERSION= 0.4.1
19 COMPONENT_SUMMARY= Fish shell like syntax highlighting for Zsh.
20 COMPONENT_PROJECT_URL= https://github.com/zsh-users/zsh-syntax-highlighting
21 COMPONENT_FMRI= utility/$(COMPONENT_NAME)
22 COMPONENT_CLASSIFICATION= System/Shells
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_VERSION).tar.gz
25 COMPONENT_ARCHIVE_URL= https://github.com/zsh-users/zsh-syntax-highlighting/archive/$(COMPONENT_ARCHIVE)
26 COMPONENT_ARCHIVE_HASH= sha256:971b9c1e881a8d60442e40003c9e4c98bd1d5243a32fdf386a217c4cd7815197
27 COMPONENT_LICENSE= Various
28 COMPONENT_LICENSE_FILE= $(COMPONENT_NAME).license
30 include $(WS_MAKE_RULES)/prep.mk
31 include $(WS_MAKE_RULES)/justmake.mk
32 include $(WS_MAKE_RULES)/ips.mk
34 COMPONENT_INSTALL_ENV+= PREFIX="/usr"
36 build: $(BUILD_32)
38 install: $(INSTALL_32)
40 test: $(NO_TESTS)