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