18 lines
475 B
Bash
18 lines
475 B
Bash
# Template file for 'ncdu'
|
|
pkgname=ncdu
|
|
version=1.18.1
|
|
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=7c0fa1eb29d85aaed4ba174164bdbb8f011b5c390d017c57d668fc7231332405
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|