17 lines
432 B
Bash
17 lines
432 B
Bash
|
# Template file for 'duf'
|
||
|
pkgname=duf
|
||
|
version=0.3.1
|
||
|
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=98b5cdc4a7b3c5eddc0ec397c65860110b446e85cc4f3cfe3e32f31ce524e90d
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|