librewolf: update to 134.0-1
[oi-userland.git] / components / sysutils / neofetch / Makefile
blobb6fedcc793f2c19017c7b6b9558ecb13f6b68f56
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 2021 Benjamin S. Osenbach
15 BUILD_BITS=64 # for binaries or 32_and_64 for libraries
16 BUILD_STYLE=justmake
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME=neofetch
20 COMPONENT_VERSION=7.1.0
21 COMPONENT_SUMMARY= A command-line system information tool written in bash 3.2+
22 COMPONENT_PROJECT_URL=https://github.com/dylanaraps/neofetch
23 COMPONENT_FMRI=application/neofetch
24 COMPONENT_CLASSIFICATION=Applications/System Utilities
25 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
26 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
27 COMPONENT_ARCHIVE_URL=https://github.com/dylanaraps/neofetch/archive/refs/tags/$(COMPONENT_VERSION).tar.gz
28 COMPONENT_ARCHIVE_HASH=sha256:58a95e6b714e41efc804eca389a223309169b2def35e57fa934482a6b47c27e7
29 COMPONENT_LICENSE=MIT
30 COMPONENT_LICENSE_FILE=neofetch.license
31 TEST_TARGET=$(NO_TESTS) # if no testsuite enabled
32 include $(WS_MAKE_RULES)/common.mk
34 # Build dependencies
35 REQUIRED_PACKAGES+=shell/bash
36 # Auto-generated dependencies
37 REQUIRED_PACKAGES += SUNWcs