16 lines
439 B
Bash
16 lines
439 B
Bash
# Template file for 'ncdu'
|
|
pkgname=ncdu
|
|
version=1.14.1
|
|
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=be31e0e8c13a0189f2a186936f7e298c6390ebdc573bb4a1330bc1fcbf56e13e
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|