acb02354a1
dust is an alternative of the command du from the Linux kernel, written in Rust. It aims to be more intuitive and visual in order to give the user a better view of his system's storage capacity. Signed-off-by: Nicolas Tran <nicolas.tran@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
334 B
Makefile
13 lines
334 B
Makefile
################################################################################
|
|
#
|
|
# dust
|
|
#
|
|
################################################################################
|
|
|
|
DUST_VERSION = 0.8.1
|
|
DUST_SITE = $(call github,bootandy,dust,v$(DUST_VERSION))
|
|
DUST_LICENSE = APACHE-2.0
|
|
DUST_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(cargo-package))
|