gopls: new package (#47137)

This commit is contained in:
Alec Scott 2024-10-22 14:19:06 -07:00 committed by GitHub
parent c102ff953b
commit a53a14346e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,21 @@
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
class Gopls(GoPackage):
"""The official Go language server developed by the Go team."""
homepage = "https://golang.org/x/tools/gopls"
url = "https://github.com/golang/tools/archive/refs/tags/gopls/v0.16.2.tar.gz"
maintainers("alecbcs")
license("BSD-3-Clause", checked_by="alecbcs")
version("0.16.2", sha256="be68b3159fcb8cde9ebb8b468f67f03531c58be2de33edbac69e5599f2d4a2c1")
build_directory = "gopls"