neofetch.mk 477 B

1234567891011121314151617
  1. ################################################################################
  2. #
  3. # neofetch
  4. #
  5. ################################################################################
  6. NEOFETCH_VERSION = 7.1.0
  7. NEOFETCH_SITE = $(call github,dylanaraps,neofetch,$(NEOFETCH_VERSION))
  8. NEOFETCH_LICENSE = MIT
  9. NEOFETCH_LICENSE_FILES = LICENSE.md
  10. define NEOFETCH_INSTALL_TARGET_CMDS
  11. $(INSTALL) -D -m 0755 $(@D)/neofetch \
  12. $(TARGET_DIR)/usr/bin/neofetch
  13. endef
  14. $(eval $(generic-package))