ncdu: new package.

This commit is contained in:
str1ngs 2011-06-23 10:32:40 -07:00
parent f0a7abfc3d
commit f4cf34db9f

21
srcpkgs/ncdu/template Normal file
View File

@ -0,0 +1,21 @@
# Template file for 'ncdu'
pkgname=ncdu
version=1.7
revision=1
distfiles="http://dev.yorhel.nl/download/$pkgname-$version.tar.gz"
build_style=gnu_configure
short_desc="NCurses Disk Usage"
maintainer="Mike Rosset <mike.rosset@gmail.com>"
homepage="http://dev.yorhel.nl/ncdu"
license="MIT"
checksum=70dfe10b4c0843050ee17ab27b7ad4d65714682f117079b85d779f83431fb333
long_desc="
Ncdu is a ncurses-based du viewer. It provides a fast and easy-to-use
interface through famous du utility. It allows to browse through the
directories and show percentages of disk usage with ncurses library.
"
Add_dependency run ncurses-libs
Add_dependency run glibc
Add_dependency build ncurses-devel
Add_dependency build glibc-devel