mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dust: update to 0.8.4.
This commit is contained in:
parent
c7516585f5
commit
511524b915
1 changed files with 5 additions and 3 deletions
|
@ -1,19 +1,21 @@
|
||||||
# Template file for 'dust'
|
# Template file for 'dust'
|
||||||
pkgname=dust
|
pkgname=dust
|
||||||
version=0.8.3
|
version=0.8.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="More intuitive version of du"
|
short_desc="More intuitive version of du"
|
||||||
maintainer="Neel <neel@chot.ai>"
|
maintainer="Neel <neel@chot.ai>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/bootandy/dust"
|
homepage="https://github.com/bootandy/dust"
|
||||||
distfiles="https://github.com/bootandy/dust/archive/v${version}.tar.gz"
|
distfiles="https://github.com/bootandy/dust/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=1e07203546274276503a4510adcf5dc6eacd5d1e20604fcd55a353b3b63c1213
|
checksum=611f2da80ef5b1d4423bcda159a65e9436692357b686b91b1dd8245a76eed589
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vcompletion completions/dust.bash bash
|
vcompletion completions/dust.bash bash
|
||||||
vcompletion completions/dust.fish fish
|
vcompletion completions/dust.fish fish
|
||||||
vcompletion completions/_dust zsh
|
vcompletion completions/_dust zsh
|
||||||
|
|
||||||
vsconf config/config.toml
|
vsconf config/config.toml
|
||||||
|
vman man-page/dust.1
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue