17 lines
477 B
Bash
17 lines
477 B
Bash
# Template file for 'ncdu'
|
|
pkgname=ncdu
|
|
version=1.16
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="ncurses-devel"
|
|
short_desc="NCurses Disk Usage utility"
|
|
maintainer="teldra <teldra@rotce.de>"
|
|
license="MIT"
|
|
homepage="http://dev.yorhel.nl/ncdu"
|
|
changelog="https://dev.yorhel.nl/ncdu/changes"
|
|
distfiles="http://dev.yorhel.nl/download/${pkgname}-${version}.tar.gz"
|
|
checksum=2b915752a183fae014b5e5b1f0a135b4b408de7488c716e325217c2513980fd4
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|