mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
Changelog:
https://github.com/sharkdp/bat/blob/v0.25.0/CHANGELOG.md
Signed-off-by: El Mehdi YOUNES <elmehdi.younes@smile.fr>
[Julien: change changelog url to use tag]
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit e7a00fd93a)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
13 lines
353 B
Makefile
13 lines
353 B
Makefile
################################################################################
|
|
#
|
|
# bat
|
|
#
|
|
################################################################################
|
|
|
|
BAT_VERSION = 0.25.0
|
|
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))
|