1430cdd0e6
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>
16 lines
344 B
Makefile
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))
|