201825a085
For details, see the release notes: https://github.com/bats-core/bats-core/releases/tag/v1.2.1 Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
17 lines
448 B
Makefile
17 lines
448 B
Makefile
################################################################################
|
|
#
|
|
# bats-core
|
|
#
|
|
################################################################################
|
|
|
|
BATS_CORE_VERSION = 1.2.1
|
|
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))
|