mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-14 06:25:11 +02:00
21 lines
580 B
Bash
21 lines
580 B
Bash
# Template file for 'dust'
|
|
pkgname=dust
|
|
version=1.2.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=e879e6bf662e07cff2962b68529dd78c3bafb67541aaa76e8c9d25ecb505b850
|
|
|
|
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
|
|
}
|