mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
For change log since 1.21, see: https://dev.yorhel.nl/ncdu/changes Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
358 B
Makefile
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))
|