22 lines
580 B
Bash
22 lines
580 B
Bash
# Template file for 'dust'
|
|
pkgname=dust
|
|
version=1.0.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/refs/tags/v${version}.tar.gz"
|
|
checksum=34b72116ab6db9bdb97bc1e49dadf392a1619838204b44b0a4695539d54ffbe8
|
|
|
|
post_install() {
|
|
vcompletion completions/dust.bash bash
|
|
vcompletion completions/dust.fish fish
|
|
vcompletion completions/_dust zsh
|
|
|
|
vsconf config/config.toml
|
|
vman man-page/dust.1
|
|
vdoc README.md
|
|
}
|