void-packages/srcpkgs/dua-cli/template
Jan Christian Grünhage 70d4b9d479 dua-cli: update to 2.6.0.
2020-05-31 14:02:32 +02:00

15 lines
474 B
Bash

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