File:  [cvs.NetBSD.org] / pkgsrc / security / olm / Makefile
Revision 1.1: download - view: text, annotated - select for diffs
Sun May 23 07:15:24 2021 UTC (3 years, 11 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, HEAD
security/olm: import olm-3.2.2 from wip/olm

An implementation of the Double Ratchet cryptographic ratchet described by
https://whispersystems.org/docs/specifications/doubleratchet/, written in C and
C++11 and exposed as a C API.

This library also includes an implementation of the Megolm cryptographic
ratchet.

# $NetBSD: Makefile,v 1.1 2021/05/23 07:15:24 ryoon Exp $

DISTNAME=	olm-3.2.2
CATEGORIES=	security
MASTER_SITES=	https://gitlab.matrix.org/matrix-org/olm/-/archive/3.2.2/
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://gitlab.matrix.org/matrix-org/olm
COMMENT=	Implementation of the Double Ratchet cryptographic ratchet
LICENSE=	apache-2.0

USE_CMAKE=	yes
USE_TOOLS+=	pkg-config
USE_LANGUAGES=	c c++
USE_TOOLS+=	gmake

PKGCONFIG_OVERRIDE+=	olm.pc.in

.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>