aboutsummaryrefslogtreecommitdiffstats
path: root/package/ncdu/ncdu.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/ncdu/ncdu.mk')
-rw-r--r--package/ncdu/ncdu.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/ncdu/ncdu.mk b/package/ncdu/ncdu.mk
new file mode 100644
index 000000000..06f5e714d
--- /dev/null
+++ b/package/ncdu/ncdu.mk
@@ -0,0 +1,15 @@
+#############################################################
+#
+# ncdu
+#
+#############################################################
+
+NCDU_VERSION = 1.9
+NCDU_SITE = http://dev.yorhel.nl/download/
+
+NCDU_DEPENDENCIES = ncurses
+
+NCDU_LICENSE = MIT
+NCDU_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))