94170d3ecb
For change log since 1.17, see: - https://dev.yorhel.nl/ncdu/changes This commit also adds md5 and sha1 hashes published on the web site. Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
344 B
Makefile
16 lines
344 B
Makefile
################################################################################
|
|
#
|
|
# ncdu
|
|
#
|
|
################################################################################
|
|
|
|
NCDU_VERSION = 1.18
|
|
NCDU_SITE = http://dev.yorhel.nl/download
|
|
|
|
NCDU_DEPENDENCIES = ncurses
|
|
|
|
NCDU_LICENSE = MIT
|
|
NCDU_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|