void-packages/srcpkgs/gdu/template
2022-04-22 12:01:42 +02:00

18 lines
501 B
Bash

# Template file for 'gdu'
pkgname=gdu
version=5.13.2
revision=1
build_style=go
go_import_path="github.com/dundee/gdu/v5/cmd/gdu"
short_desc="Disk usage analyzer intended primarily for SSD disks"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="MIT"
homepage="https://github.com/dundee/gdu"
distfiles="https://github.com/dundee/gdu/archive/v${version}.tar.gz"
checksum=f4f237f6da470599f6393591282cfd67922a963325859a939ca40ba7e18024a8
post_install() {
vman gdu.1
vlicense LICENSE.md
}