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