mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
Release notes: https://github.com/sharkdp/bat/releases/tag/v0.26.1 Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Julien Olivain <ju.o@free.fr>
13 lines
353 B
Makefile
13 lines
353 B
Makefile
################################################################################
|
|
#
|
|
# bat
|
|
#
|
|
################################################################################
|
|
|
|
BAT_VERSION = 0.26.1
|
|
BAT_SITE = $(call github,sharkdp,bat,v$(BAT_VERSION))
|
|
BAT_LICENSE = Apache-2.0 or MIT
|
|
BAT_LICENSE_FILES = LICENSE-APACHE LICENSE-MIT
|
|
|
|
$(eval $(cargo-package))
|