libsignal-protocol-c: new package (#26121)

Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
This commit is contained in:
Paul Spencer 2021-09-26 07:47:15 -06:00 committed by GitHub
parent a99d8463ac
commit 0e6e9c23a1
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 LibsignalProtocolC(CMakePackage):
"""C library for the Signal protocol"""
homepage = "https://signal.org/en/"
url = "https://github.com/signalapp/libsignal-protocol-c/archive/refs/tags/v2.3.3.tar.gz"
maintainers = ['pwablito']
version('2.3.3', sha256='c22e7690546e24d46210ca92dd808f17c3102e1344cd2f9a370136a96d22319d')