mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
52f47b2c1b
This is a fork of libsignal-protocol-c, an implementation of Signal's ratcheting forward secrecy protocol that works in synchronous and asynchronous messaging. The fork adds support for OMEMO as defined in XEP-0384 versions 0.3.0 and later. OK: kn@
25 lines
491 B
Makefile
25 lines
491 B
Makefile
COMMENT= fork of libsignal-protocol-c adding support for OMEMO
|
|
|
|
VERSION= 0.5.1
|
|
DISTNAME= libomemo-c-${VERSION}
|
|
CATEGORIES= net
|
|
|
|
SHARED_LIBS+= omemo-c 0.0 # 0.0
|
|
|
|
HOMEPAGE= https://dino.im/
|
|
|
|
SITES= https://github.com/dino/libomemo-c/releases/download/v${VERSION}/
|
|
|
|
MAINTAINER= Kirill A. Korinsky <kirill@korins.ky>
|
|
|
|
# GPLv3 only
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB+= protobuf-c
|
|
|
|
MODULES= devel/meson
|
|
BUILD_DEPENDS= devel/check
|
|
LIB_DEPENDS= devel/protobuf-c
|
|
|
|
.include <bsd.port.mk>
|