mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
13 lines
345 B
Makefile
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))
|