/diyspk/ripgrep/Makefile

https://github.com/SynoCommunity/spksrc · Makefile · 21 lines · 14 code · 6 blank · 1 comment · 1 complexity · 0494616bc6008ca228866f249f91760c MD5 · raw file

  1. SPK_NAME = ripgrep
  2. SPK_VERS = 13.0.0
  3. SPK_REV = 1
  4. SPK_ICON = src/ripgrep.png
  5. DEPENDS = cross/$(SPK_NAME)
  6. # powerpc archs (except qoriq) are not supported
  7. UNSUPPORTED_ARCHS += $(OLD_PPC_ARCHS)
  8. MAINTAINER = Hylen
  9. DESCRIPTION = ripgrep is a line-oriented search tool that recursively searches your current directory for a regex pattern.
  10. DISPLAY_NAME = ripgrep
  11. STARTABLE = no
  12. SPK_COMMANDS = bin/rg
  13. HOMEPAGE = https://github.com/BurntSushi/ripgrep
  14. LICENSE = public domain/Unlicense
  15. include ../../mk/spksrc.spk.mk