diff --git a/srcpkgs/gdu/template b/srcpkgs/gdu/template new file mode 100644 index 00000000000..9c47a649b80 --- /dev/null +++ b/srcpkgs/gdu/template @@ -0,0 +1,17 @@ +# 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 " +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 +}