void-packages/srcpkgs/dust/template
UsernameRandomlyGenerated 45e41403ac dust: update to 0.6.1.
2021-07-21 15:32:50 -03:00

16 lines
405 B
Bash

# Template file for 'dust'
pkgname=dust
version=0.6.1
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=925a54c5db9672a66718d24159f89abdbe477e905715f994fc5c3d0f23fed799
post_install() {
vdoc README.md
}