void-packages/srcpkgs/dust/template

22 lines
580 B
Bash

# Template file for 'dust'
pkgname=dust
version=0.8.6
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=feede818e814011207c5bfeaf06dd9fc95825c59ab70942aa9b9314791c5d6b6
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
}