net-im/gajim-omemo: version bump
Package-Manager: Portage-2.3.24, Repoman-2.3.6 Manifest-Sign-Key: 01A82408BDE3C5613399B9F57B0F1A69527F615C
This commit is contained in:
parent
1fa100c032
commit
b041cc2c72
1 changed files with 36 additions and 0 deletions
36
net-im/gajim-omemo/gajim-omemo-2.5.6.ebuild
Normal file
36
net-im/gajim-omemo/gajim-omemo-2.5.6.ebuild
Normal file
|
@ -0,0 +1,36 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Gajim plugin for OMEMO XMPP end-to-end encryption"
|
||||
HOMEPAGE="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
|
||||
|
||||
inherit git-r3
|
||||
|
||||
EGIT_REPO_URI="https://dev.gajim.org/gajim/gajim-plugins.git"
|
||||
|
||||
if [[ "${PV}" = "9999" ]] ; then
|
||||
KEYWORDS=""
|
||||
else
|
||||
EGIT_COMMIT="omemo_${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/python-axolotl
|
||||
dev-python/qrcode
|
||||
dev-python/cryptography"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
local PLUGIN_DIR="/usr/share/gajim/plugins"
|
||||
local OMEMO_PLUGIN_DIR="${PLUGIN_DIR}/omemo"
|
||||
dodir "${PLUGIN_DIR}"
|
||||
dodir "${OMEMO_PLUGIN_DIR}"
|
||||
cp -pPR "${S}"/omemo/* "${D}/${OMEMO_PLUGIN_DIR}" || die "Installing files failed"
|
||||
}
|
Loading…
Add table
Reference in a new issue