16 lines
412 B
Bash
16 lines
412 B
Bash
# Template file for 'duf'
|
|
pkgname=duf
|
|
version=0.5.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="$homepage/archive/v$version.tar.gz"
|
|
checksum=d8879fbf091cd6f6a3b95102fdeb7d21b7fc8200df1a9864b89d8e87057fc9c6
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|