Add new package: guacamole-client (#18546)

This commit is contained in:
darmac 2020-09-09 10:15:52 +08:00 committed by GitHub
parent a12ced781c
commit a0ba89d84a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
# Copyright 2013-2020 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 import *
class GuacamoleClient(MavenPackage):
"""Apache Guacamole is a clientless remote desktop gateway. It
supports standard protocols like VNC, RDP, and SSH."""
homepage = "https://guacamole.apache.org/"
url = "https://github.com/apache/guacamole-client/archive/1.2.0.tar.gz"
version('1.2.0', sha256='2327368a32e61cf82032311be79ded4e5eefbc59ac9fb6e0a054b4f49168843e')
depends_on('java@8', type=('build', 'run'))