23 lines
637 B
Bash
23 lines
637 B
Bash
# Template file for 'dust'
|
|
pkgname=dust
|
|
version=1.1.1
|
|
revision=1
|
|
build_style=cargo
|
|
make_check_args="-- --skip test_permission" # CI failure
|
|
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=98cae3e4b32514e51fcc1ed07fdbe6929d4b80942925348cc6e57b308d9c4cb0
|
|
|
|
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
|
|
}
|