dev-libs/olm: new package

This commit is contained in:
nemunaire 2020-03-06 23:39:53 +01:00
parent 48cf30c9be
commit bd36824fa1
2 changed files with 17 additions and 0 deletions

2
dev-libs/olm/Manifest Normal file
View File

@ -0,0 +1,2 @@
DIST olm-3.1.4.tar.bz2 461540 BLAKE2B fa69b1543330c5da37c04227b51197ba57968ef24def40df621b85c0988eac91f8a155f600ab26849f2cd213059c97c7035be6dcca0943245cd4e4895da314b3 SHA512 87265d835ca7332d162bd3573dffdd09c8337c464dd673f100db9193e8ea4cedd8cb2a92cf2c34ad1b552a55bbbce8f87a47559ccfba03fa69b32fc7ff07f5f0
EBUILD olm-3.1.4.ebuild 403 BLAKE2B 4db785c84c89f033802a6bfa82e660ac081e18d24489e2e310c95898d6543f9c4848a46a9481d80ef3bec54078082d37677a2731a9cebaae8e375adadfd8b2d1 SHA512 77429ce81d43b5f1eb71d8d5a830b23872d51e8742044c5c1cbd26c9fb6e0c74999337442a1f4cff054d1890752d9edb3d8be2a7e8a08a9653a18d110b1c0df8

View File

@ -0,0 +1,15 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils
DESCRIPTION="Implementation of the olm and megolm cryptographic ratchets"
HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm"
SRC_URI="https://gitlab.matrix.org/matrix-org/${PN}/-/archive/${PV}/${P}.tar.bz2"
LICENSE="Apache2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""