src_prepare-overlay/dev-libs/olm/olm-3.1.4.ebuild

22 lines
524 B
Bash
Raw Normal View History

2020-06-01 14:21:13 +02:00
# Copyright 2020 Gentoo Authors
2020-05-31 21:27:02 +02:00
# Distributed under the terms of the GNU General Public License v2
EAPI=7
2020-06-10 21:49:03 +02:00
inherit cmake
2020-05-31 21:27:02 +02:00
DESCRIPTION="An implementation of the Double Ratchet cryptographic ratchet in C++"
HOMEPAGE="https://git.matrix.org/git/olm/about/"
if [[ "${PV}" == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.matrix.org/matrix-org/${PN}.git"
else
SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2"
2020-06-01 14:21:13 +02:00
KEYWORDS="~amd64"
2020-05-31 21:27:02 +02:00
fi
LICENSE="GPL-3"
SLOT="0/$(ver_cut 1)"
2020-06-01 14:21:13 +02:00
IUSE=""