For change log since 1.19, see:
- https://dev.yorhel.nl/ncdu/changes
The license hash changed: the years were removed. See:
a9d608fab1
This commit also adds the pgp signature check comment in the hash file.
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.20
|
|
NCDU_SITE = http://dev.yorhel.nl/download
|
|
|
|
NCDU_DEPENDENCIES = ncurses
|
|
|
|
NCDU_LICENSE = MIT
|
|
NCDU_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|