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