17 lines
544 B
Bash
17 lines
544 B
Bash
# Template file for 'dua-cli'
|
|
pkgname=dua-cli
|
|
version=2.29.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=af58bfc5146b296ced1ed711b0bbd21bce731a69fb6bea6622e6acfbe180a91a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|