void-packages/srcpkgs/gopls/template
Đoàn Trần Công Danh 3950e6d483 gopls: update to 0.6.4.
2021-01-23 17:42:19 +07:00

20 lines
574 B
Bash

# Template file for 'gopls'
pkgname=gopls
version=0.6.4
revision=1
wrksrc=tools-gopls-v${version}
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=4e90f083d3659a0640538e3e4b047b8474de5c9a69525e535b840281734fc3a5
post_install() {
vlicense LICENSE
vdoc gopls/README.md
vcopy gopls/doc usr/share/doc/${pkgname}
}