kumquat-buildroot/package/ncdu/ncdu.mk
Gilles Talis c4acebc8fb package/ncdu: bump to version 1.16
Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-10-14 23:33:14 +02:00

16 lines
344 B
Makefile

################################################################################
#
# ncdu
#
################################################################################
NCDU_VERSION = 1.16
NCDU_SITE = http://dev.yorhel.nl/download
NCDU_DEPENDENCIES = ncurses
NCDU_LICENSE = MIT
NCDU_LICENSE_FILES = COPYING
$(eval $(autotools-package))