7738907cc6
Update hash of COPYING (update in year:
c08340ee08
)
https://dev.yorhel.nl/ncdu/changes
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@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.19
|
|
NCDU_SITE = http://dev.yorhel.nl/download
|
|
|
|
NCDU_DEPENDENCIES = ncurses
|
|
|
|
NCDU_LICENSE = MIT
|
|
NCDU_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|