r-jquerylib: add new package (#27716)

This commit is contained in:
Manuela Kuhn 2021-12-06 22:42:20 +01:00 committed by GitHub
parent 4ece86c64a
commit 3949cd567d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,16 @@
# Copyright 2013-2021 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 RJquerylib(RPackage):
"""Obtain 'jQuery' as an HTML Dependency Object."""
cran = "jquerylib"
version('0.1.4', sha256='f0bcc11dcde3a6ff180277e45c24642d3da3c8690900e38f44495efbc9064411')
depends_on('r-htmltools', type=('build', 'run'))