# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # Copyright 2024 Carter Li # BUILD_STYLE= cmake include ../../../make-rules/shared-macros.mk COMPONENT_NAME= fastfetch COMPONENT_VERSION= 2.29.0 COMPONENT_SUMMARY= An actively maintained, feature-rich and performance oriented, neofetch like system information tool COMPONENT_PROJECT_URL= https://github.com/fastfetch-cli/fastfetch COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_URL= https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/$(COMPONENT_VERSION).tar.gz COMPONENT_ARCHIVE_HASH= sha256:c3fcccf9502e41c76c30e89530820bf1c7719257e5624bfa5fa77e6627ecb602 COMPONENT_FMRI= application/fastfetch COMPONENT_CLASSIFICATION= Applications/System Utilities COMPONENT_LICENSE= MIT COMPONENT_LICENSE_FILE= LICENSE include $(WS_MAKE_RULES)/common.mk CMAKE_OPTIONS += -DSET_TWEAK=Off CMAKE_OPTIONS += -DENABLE_LTO=Off COMPONENT_TEST_CMD = ./fastfetch --list-features && ./fastfetch # Auto-generated dependencies REQUIRED_PACKAGES += system/file-system/zfs REQUIRED_PACKAGES += system/library REQUIRED_PACKAGES += system/library/math