libmcrypt: new package (#22144)

This commit is contained in:
darmac 2021-04-08 22:48:47 +08:00 committed by GitHub
parent 19b6d3589a
commit e0f810956c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,17 @@
# 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 Libmcrypt(AutotoolsPackage):
"""Libmcrypt is a thread-safe library providing a uniform
interface to access several block and stream encryption
algorithms."""
homepage = "https://sourceforge.net/projects/mcrypt/files/Libmcrypt/"
url = "https://sourceforge.net/projects/mcrypt/files/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz"
version('2.5.8', sha256='e4eb6c074bbab168ac47b947c195ff8cef9d51a211cdd18ca9c9ef34d27a373e')