libsignal-protocol-c: new package (#26121)
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
This commit is contained in:
parent
a99d8463ac
commit
0e6e9c23a1
@ -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')
|
Loading…
Reference in New Issue
Block a user