22 lines
665 B
Text
22 lines
665 B
Text
# Template file for 'ncdu'
|
|
pkgname=ncdu
|
|
version=1.10
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="ncurses-devel"
|
|
short_desc="NCurses Disk Usage"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://dev.yorhel.nl/ncdu"
|
|
license="MIT"
|
|
distfiles="http://dev.yorhel.nl/download/${pkgname}-${version}.tar.gz"
|
|
checksum=f5994a4848dbbca480d39729b021f057700f14ef72c0d739bbd82d862f2f0c67
|
|
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."
|
|
|
|
ncdu_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|