15 lines
475 B
Bash
15 lines
475 B
Bash
# Template file for 'dua-cli'
|
|
pkgname=dua-cli
|
|
version=2.1.12
|
|
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=1738458ad5d0c414f366c5e09592bdde1417049d493891115077cae30db58e6a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|