16 lines
439 B
Bash
16 lines
439 B
Bash
# Template file for 'ncdu'
|
|
pkgname=ncdu
|
|
version=1.14.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="ncurses-devel"
|
|
short_desc="NCurses Disk Usage utility"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://dev.yorhel.nl/ncdu"
|
|
distfiles="http://dev.yorhel.nl/download/${pkgname}-${version}.tar.gz"
|
|
checksum=947a7f5c1d0cd4e338e72b4f5bc5e2873651442cec3cb012e04ad2c37152c6b1
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|