# Template file for 'dust'
pkgname=dust
version=1.2.4
revision=1
build_style=cargo
short_desc="More intuitive version of du"
maintainer="icp <pangolin@vivaldi.net>"
license="Apache-2.0"
homepage="https://github.com/bootandy/dust"
distfiles="https://github.com/bootandy/dust/archive/refs/tags/v${version}.tar.gz"
checksum=2f6768534bd01727234e67f1dd3754c9547aa18c715f6ee52094e881ebac50e3

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
}
