17 lines
563 B
Bash
17 lines
563 B
Bash
# Template file for 'dua-cli'
|
|
pkgname=dua-cli
|
|
version=2.28.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Tool to conveniently learn about the disk usage of directories"
|
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|
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=a44691d0dae8e567951cbe4f0b187edc60d306f78e95ceed9e96b9310e6ce350
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|