void-packages/srcpkgs/dua-cli/template
Jan Christian Gr??nhage 7715b1bf83 dua-cli: update to 2.1.11
2019-08-11 13:45:42 +02:00

15 lines
475 B
Bash

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