New package: dust-0.5.0

This commit is contained in:
Neel 2020-02-28 09:24:14 +00:00 committed by Helmut Pozimski
parent 16f4fcdd02
commit 00d0ccf8e7

15
srcpkgs/dust/template Normal file
View file

@ -0,0 +1,15 @@
# Template file for 'dust'
pkgname=dust
version=0.5.0
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=a68bb45a1e6eac63935070f3e0381ccf015c9c30710659bc38b55c60cdba5917
post_install() {
vdoc README.md
}