Files
horizon-packages/srcpkgs/gopls/template
T
2025-07-04 19:38:31 +02:00

22 lines
618 B
Bash

# Template file for 'gopls'
pkgname=gopls
version=0.19.1
revision=1
build_wrksrc=gopls
build_style=go
go_import_path=golang.org/x/tools/gopls
checkdepends="git"
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=11fc066d0ad6627668ab4dc4d4a34e6e0b47de51bfcc86c3f58018a020e7a071
post_install() {
vlicense ../LICENSE
vlicense ../PATENTS
vdoc README.md
vcopy doc usr/share/doc/${pkgname}
}