diff --git a/srcpkgs/dust/template b/srcpkgs/dust/template new file mode 100644 index 00000000000..f9939f3cf53 --- /dev/null +++ b/srcpkgs/dust/template @@ -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 " +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 +}