ORBit2: Fix dependency to library/glib2/32
[oi-userland.git] / components / sysutils / fastfetch / Makefile
blobe335115b83f9531713e20e1f8b06028fe2a4b9a1
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.
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.
13 # Copyright 2024 Carter Li
16 BUILD_STYLE= cmake
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= fastfetch
20 COMPONENT_VERSION= 2.29.0
21 COMPONENT_SUMMARY= An actively maintained, feature-rich and performance oriented, neofetch like system information tool
22 COMPONENT_PROJECT_URL= https://github.com/fastfetch-cli/fastfetch
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_URL= https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/$(COMPONENT_VERSION).tar.gz
26 COMPONENT_ARCHIVE_HASH= sha256:c3fcccf9502e41c76c30e89530820bf1c7719257e5624bfa5fa77e6627ecb602
27 COMPONENT_FMRI= application/fastfetch
28 COMPONENT_CLASSIFICATION= Applications/System Utilities
29 COMPONENT_LICENSE= MIT
30 COMPONENT_LICENSE_FILE= LICENSE
32 include $(WS_MAKE_RULES)/common.mk
34 CMAKE_OPTIONS += -DSET_TWEAK=Off
35 CMAKE_OPTIONS += -DENABLE_LTO=Off
37 COMPONENT_TEST_CMD = ./fastfetch --list-features && ./fastfetch
39 # Auto-generated dependencies
40 REQUIRED_PACKAGES += system/file-system/zfs
41 REQUIRED_PACKAGES += system/library
42 REQUIRED_PACKAGES += system/library/math