r-ids: add new package (#27104)
This commit is contained in:
parent
6344d163b3
commit
75a6d50fdc
20
var/spack/repos/builtin/packages/r-ids/package.py
Normal file
20
var/spack/repos/builtin/packages/r-ids/package.py
Normal file
@ -0,0 +1,20 @@
|
||||
# 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 RIds(RPackage):
|
||||
"""Generate Random Identifiers.
|
||||
|
||||
Generate random or human readable and pronounceable identifiers."""
|
||||
|
||||
homepage = "https://github.com/richfitz/ids"
|
||||
cran = "ids"
|
||||
|
||||
version('1.0.1', sha256='b6212a186063c23116c5cbd3cca65dbb8977dd737261e4526ebee8f64852cfe8')
|
||||
|
||||
depends_on('r-openssl', type=('build', 'run'))
|
||||
depends_on('r-uuid', type=('build', 'run'))
|
Loading…
Reference in New Issue
Block a user