19 lines
567 B
Bash
19 lines
567 B
Bash
# Template file for 'gdu'
|
|
pkgname=gdu
|
|
version=5.20.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/dundee/gdu/v5/cmd/gdu"
|
|
go_ldflags="-X github.com/dundee/gdu/v5/build.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=a5c164192dc631370f6f5313979dda200b52146c4f780e5ad73bbdb96d996da7
|
|
|
|
post_install() {
|
|
vman gdu.1
|
|
vlicense LICENSE.md
|
|
}
|