18 lines
473 B
Bash
18 lines
473 B
Bash
# Template file for 'ncdu'
|
|
pkgname=ncdu
|
|
version=1.18
|
|
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/ncdu-${version}.tar.gz"
|
|
checksum=3c37a1a96580c9c5d2cc352dc3c5eef0d909158c05f1cc29db4712544c8b9f95
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|