buildroot/package/dust/dust.mk

13 lines
334 B
Makefile

################################################################################
#
# dust
#
################################################################################
DUST_VERSION = 0.9.0
DUST_SITE = $(call github,bootandy,dust,v$(DUST_VERSION))
DUST_LICENSE = APACHE-2.0
DUST_LICENSE_FILES = LICENSE
$(eval $(cargo-package))