net-libs/libomemo-c - 0.5.1 (gentoo)

Search

Package Information

Description:
XMPP fork of Signal Protocol C Library supporting XEP-0384 OMEMO
Homepage:
https://github.com/dino/libomemo-c/
License:
BSD BSD-1 GPL-3 ISC

Ebuild Details

Version EAPI Keywords Slot
0.5.1 8 amd64 ~arm64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="XMPP fork of Signal Protocol C Library supporting XEP-0384 OMEMO"
HOMEPAGE="https://github.com/dino/libomemo-c/"
SRC_URI="https://github.com/dino/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD BSD-1 GPL-3 ISC"
SLOT="0"
KEYWORDS="amd64 ~arm64"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="dev-libs/protobuf-c:="
DEPEND="${RDEPEND}
	test? (
		dev-libs/check
		dev-libs/openssl
	)
"

# upstream are switching to meson, so no need to try send this upstream
PATCHES=( "${FILESDIR}/${P}-cmake4.patch" ) # bug 953548

src_configure() {
	local mycmakeargs=(
		-DBUILD_TESTING=$(usex test)
	)
	cmake_src_configure
}

USE Flags

Dependencies

DEPEND

dev-libs/protobuf-c:=
	test? (
		dev-libs/check
		dev-libs/openssl
	)

RDEPEND

dev-libs/protobuf-c:=

Manifest for 0.5.1

Type File Size Source URLs
DIST libomemo-c-0.5.1.tar.gz 239905 bytes https://github.com/dino/libomemo-c/archive/v0.5.1.tar.gz