void-packages/srcpkgs/gopls/template
2024-06-25 19:20:31 +00:00

20 lines
599 B
Bash

# Template file for 'gopls'
pkgname=gopls
version=0.16.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="Bnyro <bnyro@tutanota.com>"
license="BSD-3-Clause"
homepage="https://github.com/golang/tools/tree/master/gopls"
distfiles="https://github.com/golang/tools/archive/refs/tags/gopls/v${version}.tar.gz"
checksum=0775f9769a4dfc54dfaa41182d3725f44a8fd6eaed2568390dde7f5803f931be
post_install() {
vlicense ../LICENSE
vlicense ../PATENTS
vdoc README.md
vcopy doc usr/share/doc/${pkgname}
}