New package: gopls-0.1.7
This commit is contained in:
parent
37f8b66339
commit
619e0bca2e
1 changed files with 20 additions and 0 deletions
20
srcpkgs/gopls/template
Normal file
20
srcpkgs/gopls/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'gopls'
|
||||
pkgname=gopls
|
||||
version=0.1.7
|
||||
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@renag.me>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/golang/tools"
|
||||
distfiles="https://github.com/golang/tools/archive/gopls/v${version}.tar.gz"
|
||||
checksum=3081a1ec963228baf18063c914ec04916030d87f443126ec8ae56cbc114ef747
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vdoc gopls/README.md
|
||||
vcopy gopls/doc usr/share/doc/${pkgname}
|
||||
}
|
Loading…
Reference in a new issue