kumquat-buildroot/package/ripgrep/ripgrep.mk

17 lines
470 B
Makefile
Raw Normal View History

################################################################################
#
# ripgrep
#
################################################################################
RIPGREP_VERSION = 14.1.0
RIPGREP_SITE = $(call github,burntsushi,ripgrep,$(RIPGREP_VERSION))
RIPGREP_LICENSE = MIT
RIPGREP_LICENSE_FILES = LICENSE-MIT
RIPGREP_CPE_ID_VENDOR = ripgrep_project
# CVE only impacts ripgrep on Windows
RIPGREP_IGNORE_CVES += CVE-2021-3013
$(eval $(cargo-package))