void-packages/srcpkgs/dua-cli/template
2020-07-31 08:29:38 -04:00

15 lines
475 B
Bash

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