void-packages/srcpkgs/dua-cli/template
Jan Christian Grünhage 61c27788ab dua-cli: update to 2.10.9.
Closes: #27749 [via git-merge-pr]
2021-01-08 10:41:33 -05:00

15 lines
475 B
Bash

# Template file for 'dua-cli'
pkgname=dua-cli
version=2.10.9
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=7c19213fe241aaa1e956371e938905d53eefa1b36c06d9df8dc1258a6d130e70
post_install() {
vlicense LICENSE
}