void-packages/srcpkgs/dua-cli/template
Jan Christian Grünhage 63f3db758c dua-cli: update to 2.9.1.
2020-07-10 15:30:21 +02:00

16 lines
474 B
Bash

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