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