18 lines
480 B
Bash
18 lines
480 B
Bash
# Template file for 'ncdu'
|
|
pkgname=ncdu
|
|
version=1.20
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="ncurses-devel"
|
|
short_desc="NCurses Disk Usage utility"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="https://dev.yorhel.nl/ncdu"
|
|
changelog="https://dev.yorhel.nl/ncdu/changes"
|
|
distfiles="https://dev.yorhel.nl/download/ncdu-${version}.tar.gz"
|
|
checksum=5fe2bb841abe72374bb242dbb93293c4ae053078432d896a7481b2ff10be9572
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|