Files
buildroot/package/ncdu/ncdu.mk
Julien Olivain d51b4c7fd4 package/ncdu: bump to version 1.22
For change log since 1.21, see:
https://dev.yorhel.nl/ncdu/changes

Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-04-21 16:24:55 +02:00

16 lines
358 B
Makefile

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