r-ids: add new package (#27104)

This commit is contained in:
Manuela Kuhn 2021-11-01 03:21:54 +01:00 committed by GitHub
parent 6344d163b3
commit 75a6d50fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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'))