18 lines
480 B
Bash
18 lines
480 B
Bash
# Template file for 'ncdu'
|
|
pkgname=ncdu
|
|
version=1.19
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="ncurses-devel"
|
|
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=30363019180cde0752c7fb006c12e154920412f4e1b5dc3090654698496bb17d
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|