2011-06-23 17:32:40 +00:00
|
|
|
# Template file for 'ncdu'
|
|
|
|
pkgname=ncdu
|
|
|
|
version=1.7
|
2011-11-14 17:12:47 +00:00
|
|
|
revision=2
|
2011-06-23 17:32:40 +00:00
|
|
|
distfiles="http://dev.yorhel.nl/download/$pkgname-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="ncurses-devel glibc-devel"
|
2011-06-23 17:32:40 +00:00
|
|
|
short_desc="NCurses Disk Usage"
|
2011-07-17 06:27:36 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-23 17:32:40 +00:00
|
|
|
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.
|
|
|
|
"
|
|
|
|
|