1config BR2_PACKAGE_BAT 2 bool "bat" 3 depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS 4 select BR2_PACKAGE_HOST_RUSTC 5 # we need a full version of less 6 select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS 7 select BR2_PACKAGE_LESS 8 help 9 A cat(1) clone with syntax highlighting and Git integration. 10 11 https://github.com/sharkdp/bat 12