# Template file for 'dust'
pkgname=dust
version=0.8.5
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/refs/tags/v${version}.tar.gz"
checksum=0eff8b1b4e53f5ec2ffc0cfb9e5500bf27a9a5a68b1ff115c98facb4d20a7b7c

post_install() {
	vcompletion completions/dust.bash bash
	vcompletion completions/dust.fish fish
	vcompletion completions/_dust zsh

	vsconf config/config.toml
	vman man-page/dust.1
	vdoc README.md
}
