void-packages/srcpkgs/gopls/template

21 lines
603 B
Bash

# Template file for 'gopls'
pkgname=gopls
version=0.11.0
revision=1
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/tree/master/gopls"
distfiles="https://github.com/golang/tools/archive/refs/tags/gopls/v${version}.tar.gz"
checksum=b5dd0040bcc75b4760eb543826b6503a163c835c90f50843e626a112ca083931
post_install() {
vlicense ../LICENSE
vlicense ../PATENTS
vdoc README.md
vcopy doc usr/share/doc/${pkgname}
}