ncdu: update to 1.9.
This commit is contained in:
parent
30385cdcc8
commit
7efda9bf9f
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'ncdu'
|
||||
pkgname=ncdu
|
||||
version=1.7
|
||||
revision=2
|
||||
distfiles="http://dev.yorhel.nl/download/$pkgname-$version.tar.gz"
|
||||
version=1.9
|
||||
revision=1
|
||||
distfiles="http://dev.yorhel.nl/download/${pkgname}-${version}.tar.gz"
|
||||
build_style=gnu-configure
|
||||
makedepends="ncurses-devel glibc-devel"
|
||||
makedepends="ncurses-devel"
|
||||
short_desc="NCurses Disk Usage"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://dev.yorhel.nl/ncdu"
|
||||
license="MIT"
|
||||
checksum=70dfe10b4c0843050ee17ab27b7ad4d65714682f117079b85d779f83431fb333
|
||||
checksum=ea7349544a9da77764293d84e52862110ab49ee29b949158bc4bab908d3dd3a5
|
||||
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.
|
||||
"
|
||||
directories and show percentages of disk usage with ncurses library."
|
||||
|
||||
|
|
Loading…
Reference in New Issue