cross/mipsel-linux-uclibc/buildroot/buildroot-2025.02.4/package/ripgrep/ripgrep.mk

14 lines
381 B
Makefile

################################################################################
#
# ripgrep
#
################################################################################
RIPGREP_VERSION = 14.1.1
RIPGREP_SITE = $(call github,burntsushi,ripgrep,$(RIPGREP_VERSION))
RIPGREP_LICENSE = MIT
RIPGREP_LICENSE_FILES = LICENSE-MIT
RIPGREP_CPE_ID_VALID = YES
$(eval $(cargo-package))