void-packages/srcpkgs/dua-cli/template
UsernameRandomlyGenerated 0eeb67541b dua-cli: update to 2.13.0.
Closes: #31307 [via git-merge-pr]
2021-06-07 23:18:18 -03:00

15 lines
475 B
Bash

# Template file for 'dua-cli'
pkgname=dua-cli
version=2.13.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"
distfiles="https://github.com/Byron/dua-cli/archive/v${version}.tar.gz"
checksum=2af2408eecca4a1a04d0d395322f110b97e49d5366eb435e2e0e36b8b92684bb
post_install() {
vlicense LICENSE
}