void-packages/srcpkgs/dust/template

20 lines
547 B
Bash

# Template file for 'dust'
pkgname=dust
version=0.8.3
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=1e07203546274276503a4510adcf5dc6eacd5d1e20604fcd55a353b3b63c1213
post_install() {
vcompletion completions/dust.bash bash
vcompletion completions/dust.fish fish
vcompletion completions/_dust zsh
vsconf config/config.toml
vdoc README.md
}