PageRenderTime 27ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/package/ripgrep/ripgrep.mk

https://gitlab.com/cronmod-dev/buildroot
Makefile | 20 lines | 7 code | 3 blank | 10 comment | 0 complexity | ceb8aad67524d986f6fc9e3bfef87bdb MD5 | raw file
  1. ################################################################################
  2. #
  3. # ripgrep
  4. #
  5. ################################################################################
  6. # Same as 13.0.0, we use a Git commit hash because the hash of this
  7. # tarball changed when moving to the cargo-package infrastructure, and
  8. # we can't change the hash of existing tarball. Please switch back to
  9. # a Git tag at the next version bump.
  10. RIPGREP_VERSION = af6b6c543b224d348a8876f0c06245d9ea7929c5
  11. RIPGREP_SITE = $(call github,burntsushi,ripgrep,$(RIPGREP_VERSION))
  12. RIPGREP_LICENSE = MIT
  13. RIPGREP_LICENSE_FILES = LICENSE-MIT
  14. RIPGREP_CPE_ID_VENDOR = ripgrep_project
  15. # CVE only impacts ripgrep on Windows
  16. RIPGREP_IGNORE_CVES += CVE-2021-3013
  17. $(eval $(cargo-package))