void-packages/srcpkgs/dust/template
2020-09-29 10:17:22 -04:00

16 lines
405 B
Bash

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