void-packages/srcpkgs/gopls/template
2021-08-14 19:30:14 +02:00

22 lines
605 B
Bash

# Template file for 'gopls'
pkgname=gopls
version=0.7.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 <renato@renatoaguiar.net>"
license="MIT"
homepage="https://github.com/golang/tools"
distfiles="https://github.com/golang/tools/archive/gopls/v${version}.tar.gz"
checksum=b4856f49ca402b91e3242bafd8c9e8b2ff670e4671bea810bb054e43b05f0f54
post_install() {
vlicense ../LICENSE
vlicense ../PATENTS
vdoc README.md
vcopy doc usr/share/doc/${pkgname}
}