New package: gdu-5.12.1

This commit is contained in:
Daniel Lewan 2021-07-11 11:23:35 +02:00 committed by paper
parent 6799c311e2
commit fd29fd738f

17
srcpkgs/gdu/template Normal file
View file

@ -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 <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
}