void-packages/srcpkgs/dua-cli/template
UsernameRandomlyGenerated 2825097bec dua-cli: update to 2.17.0.
2022-01-27 22:33:40 -03:00

16 lines
553 B
Bash

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