19 lines
484 B
Bash
19 lines
484 B
Bash
# Template file for 'duf'
|
|
pkgname=duf
|
|
version=0.8.1
|
|
revision=3
|
|
build_style=go
|
|
go_ldflags="-X main.Version=$version"
|
|
go_import_path="github.com/muesli/duf"
|
|
short_desc="Disk Usage/Free Utility"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/muesli/duf/"
|
|
distfiles="https://github.com/muesli/duf/archive/v$version.tar.gz"
|
|
checksum=ebc3880540b25186ace220c09af859f867251f4ecaef435525a141d98d71a27a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vman duf.1
|
|
}
|