void-packages/srcpkgs/gopls/template

21 lines
596 B
Bash
Raw Normal View History

2019-09-25 16:59:08 +00:00
# Template file for 'gopls'
pkgname=gopls
2019-11-18 18:42:40 +00:00
version=0.2.1
2019-09-25 16:59:08 +00:00
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"
2019-11-12 22:27:23 +00:00
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
2019-09-25 16:59:08 +00:00
license="MIT"
homepage="https://github.com/golang/tools"
distfiles="https://github.com/golang/tools/archive/gopls/v${version}.tar.gz"
2019-11-18 18:42:40 +00:00
checksum=c62e74217fff90c350172175f696e60eae13da10ad43b9250a0379861e9eba91
2019-09-25 16:59:08 +00:00
post_install() {
vlicense LICENSE
vdoc gopls/README.md
vcopy gopls/doc usr/share/doc/${pkgname}
}