void-packages/srcpkgs/dua-cli/template
2022-04-09 11:44:14 +02:00

16 lines
553 B
Bash

# Template file for 'dua-cli'
pkgname=dua-cli
version=2.17.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"
changelog="https://raw.githubusercontent.com/Byron/dua-cli/main/CHANGELOG.md"
distfiles="https://github.com/Byron/dua-cli/archive/v${version}.tar.gz"
checksum=d9af81b30f83d080472e91da3e07b42294904827ad5274d9aaf51d346072d2f1
post_install() {
vlicense LICENSE
}