# Template file for 'gopls' pkgname=gopls version=0.9.1 revision=1 wrksrc=tools-gopls-v${version} build_wrksrc=gopls build_style=go go_import_path=golang.org/x/tools/gopls 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=420fd56ed614fc8a56547ad7737c2d0f163255a6a2953f1e57d854eeb5cb1b7b post_install() { vlicense ../LICENSE vlicense ../PATENTS vdoc README.md vcopy doc usr/share/doc/${pkgname} }