bb0accd137
Closes: #29832 [via git-merge-pr]
17 lines
470 B
Bash
17 lines
470 B
Bash
# Template file for 'duf'
|
|
pkgname=duf
|
|
version=0.6.2
|
|
revision=1
|
|
build_style=go
|
|
go_ldflags="-X main.Version=$version"
|
|
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=f2314d8e5e133a6ce93968b3450c1710a3e432cb4a5dfc528aa0317d968a8988
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|