kumquat-buildroot/package/ncdu/ncdu.mk
Gilles Talis 1430cdd0e6 package/ncdu: bump to version 1.14
The license file hash has changed due to a copyright year change. The
licensing terms remain unchanged.

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-07-26 22:56:56 +02:00

16 lines
344 B
Makefile

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