mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:44:10 -09:00
Release notes: https://github.com/sharkdp/fd/releases/tag/v10.3.0 Signed-off-by: Saeed Kazemi <kazemi.ms@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
12 lines
346 B
Makefile
12 lines
346 B
Makefile
################################################################################
|
|
#
|
|
# fd
|
|
#
|
|
################################################################################
|
|
|
|
FD_VERSION = 10.3.0
|
|
FD_SITE = $(call github,sharkdp,fd,v$(FD_VERSION))
|
|
FD_LICENSE = Apache-2.0 or MIT
|
|
FD_LICENSE_FILES = LICENSE-APACHE LICENSE-MIT
|
|
|
|
$(eval $(cargo-package))
|