Files
buildroot/package/bats-core/bats-core.mk
Peter Korsgaard 37c2152ec0 package/bats-core: bump version to 1.13.0
Mainly bugfixes:
https://github.com/bats-core/bats-core/releases/tag/v1.13.0

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-12-26 13:27:12 +01:00

17 lines
449 B
Makefile

################################################################################
#
# bats-core
#
################################################################################
BATS_CORE_VERSION = 1.13.0
BATS_CORE_SITE = $(call github,bats-core,bats-core,v$(BATS_CORE_VERSION))
BATS_CORE_LICENSE = MIT
BATS_CORE_LICENSE_FILES = LICENSE.md
define BATS_CORE_INSTALL_TARGET_CMDS
$(@D)/install.sh $(TARGET_DIR)/usr
endef
$(eval $(generic-package))