2020-09-30 19:24:35 +02:00
|
|
|
# Template file for 'duf'
|
|
|
|
pkgname=duf
|
2020-10-13 11:11:27 +02:00
|
|
|
version=0.4.0
|
2020-09-30 19:24:35 +02:00
|
|
|
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"
|
2020-10-13 11:11:27 +02:00
|
|
|
checksum=da6b0bb601d7b9a92cfd41005eae7a66573d28e77625f4e747b285207980784b
|
2020-09-30 19:24:35 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|