mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 23:57:01 +02:00
16 lines
544 B
Bash
16 lines
544 B
Bash
# Template file for 'dua-cli'
|
|
pkgname=dua-cli
|
|
version=2.30.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Tool to conveniently learn about the disk usage of directories"
|
|
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/Byron/dua-cli"
|
|
changelog="https://raw.githubusercontent.com/Byron/dua-cli/main/CHANGELOG.md"
|
|
distfiles="https://github.com/Byron/dua-cli/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=8c5b0b30d9f2a5d7fef5621d8dd38690a4394d428206bb0473c2b48234d43331
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|