15 lines
405 B
Bash
15 lines
405 B
Bash
# Template file for 'dust'
|
|
pkgname=dust
|
|
version=0.6.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="More intuitive version of du"
|
|
maintainer="Neel <neel@chot.ai>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/bootandy/dust"
|
|
distfiles="https://github.com/bootandy/dust/archive/v${version}.tar.gz"
|
|
checksum=4d13a2edf38ab7bfc01b700f5856c92aa3772249a203b34247c3b2c7dd8fa574
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
}
|