Skip to content

Commit

Permalink
ncdu 1.11 (new plan)
Browse files Browse the repository at this point in the history
With the inclusion of ncurses libraries, we can now produce a visual
interface binary application.

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
  • Loading branch information
miketheman committed Jul 25, 2016
1 parent 8b9c162 commit a291f51
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 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 <humans@habitat.sh>"
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)

0 comments on commit a291f51

Please sign in to comment.