16 lines
432 B
Bash
16 lines
432 B
Bash
# Template file for 'duf'
|
|
pkgname=duf
|
|
version=0.6.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/muesli/duf"
|
|
short_desc="Disk Usage/Free Utility"
|
|
maintainer="Paper <paper@tilde.institute>"
|
|
license="MIT"
|
|
homepage="https://github.com/muesli/duf/"
|
|
distfiles="https://github.com/muesli/duf/archive/v$version.tar.gz"
|
|
checksum=238ace11966ab3b1f99e5488a9f161ebc97aba7600a8f09884110d0572309491
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|