void-packages/srcpkgs/gopls/template
2019-12-12 13:46:53 +01:00

20 lines
596 B
Bash

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