20 lines
592 B
Bash
20 lines
592 B
Bash
# Template file for 'gdu'
|
|
pkgname=gdu
|
|
version=5.14.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=6fb64500eb22a4e586322c065e97bed72b6f4e1aead4311dad50b75d11222cdb
|
|
|
|
post_install() {
|
|
vman gdu.1
|
|
vlicense LICENSE.md
|
|
}
|