dev-libs/lime: New package from nest

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
Alarig Le Lay 2022-04-28 14:45:20 +02:00
parent 00863d272d
commit 1c97488800
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 54 additions and 0 deletions

1
dev-libs/lime/Manifest Normal file
View File

@ -0,0 +1 @@
DIST lime-5.0.70.tar.gz 525885 BLAKE2B bb78cec7bee23d5f163a7769ecbcb077fdcad5843d94b890e030958af45e6aa649bce9be8ff683295d08e7eccb20c7d316e4076fc873fc387656ad85878cc652 SHA512 05ab973e8b00b1e80e54bc1b4d786657e6312950af1b06f56e982e95a6cc57ca0bdf5259df473041401e3fb77f12ca03de2d5ec057ae8b9f813166f9855f7308

View File

@ -0,0 +1,32 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="C++ library implementing Open Whisper System Signal protocol"
HOMEPAGE="https://gitlab.linphone.org/BC/public/lime"
SRC_URI="https://gitlab.linphone.org/BC/public/${PN}/-/archive/${PV}/${P}.tar.gz"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="doc static-libs test"
RESTRICT="test" # fail: segfault
RDEPEND="dev-db/soci[sqlite]
net-libs/bctoolbox[test?]"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig
doc? ( app-doc/doxygen )
test? ( dev-libs/belle-sip )"
src_configure() {
local mycmakeargs=(
-DENABLE_STATIC="$(usex static-libs)"
-DENABLE_UNIT_TESTS="$(usex test)"
)
cmake_src_configure
}

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>spiderx@spiderx.dp.ua</email>
<name>Vladimir Pavljuchenkov</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription lang="en">
An end-to-end encryption library for one-to-one and
group instant messaging, allowing users to exchange messages
privately and asynchronously. It uses modern ciphering curve X448 and
double ratchet algorithm for perfect forward secrecy.
</longdescription>
<upstream>
<remote-id type="github">BelledonneCommunications/lime</remote-id>
</upstream>
</pkgmetadata>