void-packages/srcpkgs/dua-cli/template
2022-01-11 16:03:56 -03:00

16 lines
553 B
Bash

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