mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Changelog: https://github.com/Canop/broot/blob/v1.58.0/CHANGELOG.md Signed-off-by: Alexander Shirokov <shirokovalexs@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
13 lines
332 B
Makefile
13 lines
332 B
Makefile
################################################################################
|
|
#
|
|
# broot
|
|
#
|
|
################################################################################
|
|
|
|
BROOT_VERSION = 1.58.0
|
|
BROOT_SITE = $(call github,Canop,broot,v$(BROOT_VERSION))
|
|
BROOT_LICENSE = MIT
|
|
BROOT_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(cargo-package))
|