mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-libs/olm: new package, add 3.2.4, 9999
Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
24
dev-libs/olm/olm-9999.ebuild
Normal file
24
dev-libs/olm/olm-9999.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="An implementation of the Double Ratchet cryptographic ratchet in C++"
|
||||
HOMEPAGE="https://git.matrix.org/git/olm/about/"
|
||||
|
||||
inherit cmake-multilib
|
||||
|
||||
if [[ ${PV} != "9999" ]]; then
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2"
|
||||
else
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.matrix.org/matrix-org/${PN}.git"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
Reference in New Issue
Block a user