Files
shredos.x86_64/package/fd/fd.mk
2025-01-10 19:34:56 +00:00

13 lines
345 B
Makefile

################################################################################
#
# fd
#
################################################################################
FD_VERSION = 9.0.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))