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