void-packages/srcpkgs/dust/template

16 lines
405 B
Bash

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