# Template file for 'gopls' pkgname=gopls version=0.4.0 revision=1 wrksrc=tools-gopls-v${version} build_style=go go_import_path=golang.org/x/tools/gopls hostmakedepends="git" short_desc="Official language server for the Go language" maintainer="Renato Aguiar " license="MIT" homepage="https://github.com/golang/tools" distfiles="https://github.com/golang/tools/archive/gopls/v${version}.tar.gz" checksum=ed118b7e31e956c285a21b04948ffb711474167e77c9362e60b9a76843afaf49 post_install() { vlicense LICENSE vdoc gopls/README.md vcopy gopls/doc usr/share/doc/${pkgname} }