void-packages/srcpkgs/duf/template
2020-10-15 02:08:35 -03:00

16 lines
432 B
Bash

# Template file for 'duf'
pkgname=duf
version=0.4.0
revision=1
build_style=go
go_import_path="github.com/muesli/duf"
short_desc="Disk Usage/Free Utility"
maintainer="Paper <paper@tilde.institute>"
license="MIT"
homepage="https://github.com/muesli/duf/"
distfiles="https://github.com/muesli/duf/archive/v$version.tar.gz"
checksum=da6b0bb601d7b9a92cfd41005eae7a66573d28e77625f4e747b285207980784b
post_install() {
vlicense LICENSE
}