2022-08-04 00:53:04 +02:00

20 lines
592 B
Bash

# Template file for 'gdu'
pkgname=gdu
version=5.15.0
revision=1
build_style=go
go_import_path="github.com/dundee/gdu/v5/cmd/gdu"
_build_pkg="github.com/dundee/gdu/v5.build"
go_ldflags="-X $_build_pkg.Version=${version}"
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=4cbbaea0bc46853bde0508b8a9c5f9fdc95dd45ff21a2eb5c5adeb9917cb95b3
post_install() {
vman gdu.1
vlicense LICENSE.md
}