dev-libs/lime - 9999 (nest)

Search

Install

Install this version:

emerge -a =dev-libs/lime-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-libs/lime-9999

Or alternatively:

emerge --autounmask-write -a =dev-libs/lime-9999

Package Information

Description:
C++ library implementing Open Whisper System Signal protocol
Homepage:
https://gitlab.linphone.org/BC/public/lime
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit cmake git-r3

DESCRIPTION="C++ library implementing Open Whisper System Signal protocol"
HOMEPAGE="https://gitlab.linphone.org/BC/public/lime"
EGIT_REPO_URI="https://gitlab.linphone.org/BC/public/${PN}.git"

LICENSE="GPL-3"
SLOT="0"
IUSE="doc test"
RESTRICT="test" # needs server on nodejs

RDEPEND="<dev-db/soci-4.1[sqlite]
	net-libs/bctoolbox[test?]"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig
	doc? ( app-text/doxygen )
	test? ( dev-libs/belle-sip )"

src_configure() {
	local mycmakeargs=(
		-DENABLE_STRICT="$(usex doc)"
		-DENABLE_STRICT=NO
		-DENABLE_UNIT_TESTS="$(usex test)"
	)
	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-libs/lime | euse -E <flag> -p dev-libs/lime | euse -D <flag> -p dev-libs/lime

Global/Standard Flags

doc

Inherited Eclasses

Dependencies

DEPEND

<dev-db/soci-4.1[sqlite]
	net-libs/bctoolbox[test?]

RDEPEND

<dev-db/soci-4.1[sqlite]
	net-libs/bctoolbox[test?]

BDEPEND

virtual/pkgconfig
	doc? ( app-text/doxygen )
	test? ( dev-libs/belle-sip )