16 lines
475 B
Bash
16 lines
475 B
Bash
# Template file for 'dua-cli'
|
|
pkgname=dua-cli
|
|
version=2.14.2
|
|
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"
|
|
distfiles="https://github.com/Byron/dua-cli/archive/v${version}.tar.gz"
|
|
checksum=05e7c67d986369a8fc53237522c6f696357fb9f0fe5c823da601653fb5c5a1fa
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|