void-packages/srcpkgs/gdu/template
2022-01-15 17:25:27 +01:00

18 lines
501 B
Bash

# Template file for 'gdu'
pkgname=gdu
version=5.12.1
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=81471d80aedcf20c84bcee67814d34ab2cf43477b831ffa320b7721d481c64ab
post_install() {
vman gdu.1
vlicense LICENSE.md
}