# Template file for 'gofumpt'
pkgname=gofumpt
version=0.9.2
revision=1
build_style=go
go_import_path="mvdan.cc/gofumpt"
short_desc="Stricter gofmt"
maintainer="Bruno Carnazzi <bcarnazzi@gmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/mvdan/gofumpt"
distfiles="https://github.com/mvdan/gofumpt/archive/refs/tags/v${version}.tar.gz"
checksum=acff9518cf4ad3550ca910b9254fc8a706494d6a105fe2e92948fedc52a42a5b

export CGO_ENABLED=0

post_install() {
	vlicense LICENSE
	vlicense LICENSE.google
	vdoc README.md
}
