0fd3770cc6
bat is a cat(1) clone with syntax highlighting and Git integration. Signed-off-by: David Pierret <david.pierret@smile.fr> Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
353 B
Makefile
13 lines
353 B
Makefile
################################################################################
|
|
#
|
|
# bat
|
|
#
|
|
################################################################################
|
|
|
|
BAT_VERSION = 0.18.3
|
|
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))
|