19 lines
509 B
Bash
19 lines
509 B
Bash
# Template file for 'ncdu'
|
|
pkgname=ncdu
|
|
version=1.21
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="ncurses-devel"
|
|
hostmakedepends="pkg-config"
|
|
short_desc="NCurses Disk Usage utility"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
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=a894d3a9b46bce578a6039bef48f54533ec402fb589b0769bfbb1d1edf9601a6
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|