diff options
Diffstat (limited to 'dev-libs/olm/olm-2.2.2.ebuild')
-rw-r--r-- | dev-libs/olm/olm-2.2.2.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-libs/olm/olm-2.2.2.ebuild b/dev-libs/olm/olm-2.2.2.ebuild new file mode 100644 index 0000000..7e55750 --- /dev/null +++ b/dev-libs/olm/olm-2.2.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="An implementation of the Double Ratchet cryptographic ratchet in C++" +HOMEPAGE="https://git.matrix.org/git/${PN}/about/" + +inherit eutils + +if [[ ${PV} != "9999" ]]; then + KEYWORDS="~amd64 ~x86" +fi + +SRC_URI="https://git.matrix.org/git/${PN}/snapshot/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |