From a291f512087b960b8fef22deabf8c9eb3413540a Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Mon, 25 Jul 2016 15:11:37 -0500 Subject: [PATCH] ncdu 1.11 (new plan) With the inclusion of ncurses libraries, we can now produce a visual interface binary application. Signed-off-by: Mike Fiedler --- ncdu/plan.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ncdu/plan.sh diff --git a/ncdu/plan.sh b/ncdu/plan.sh new file mode 100644 index 0000000000..1542417002 --- /dev/null +++ b/ncdu/plan.sh @@ -0,0 +1,12 @@ +pkg_name=ncdu +pkg_origin=core +pkg_version=1.11 +pkg_license=('MIT') +pkg_description="Ncdu is a disk usage analyzer with an ncurses interface" +pkg_upstream_url=https://dev.yorhel.nl/ncdu +pkg_maintainer="The Habitat Maintainers " +pkg_source=https://dev.yorhel.nl/download/${pkg_name}-${pkg_version}.tar.gz +pkg_shasum=d0aea772e47463c281007f279a9041252155a2b2349b18adb9055075e141bb7b +pkg_deps=(core/glibc core/ncurses) +pkg_build_deps=(core/coreutils core/gcc core/make) +pkg_bin_dirs=(bin)