15 lines
405 B
Bash
15 lines
405 B
Bash
# Template file for 'dust'
|
|
pkgname=dust
|
|
version=0.8.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=dc033a6fb4f31520ab1bb403dd910aed04037964ab1406363cce2185a8bd3d3b
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
}
|