net-im/gajim-omemo: initial import

This commit is contained in:
Julian Ospald 2017-02-06 20:49:21 +01:00
parent 13aaba45f9
commit fd50a6bc44
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 33 additions and 0 deletions

View File

@ -8,6 +8,7 @@
games-strategy/freesynd[~scm]
media/livestreamer[~scm]
media-gfx/pinta[~scm]
net-im/gajim-omemo[~scm]
net-im/pidgin-opensteamworks[~scm]
net-misc/remmina[~scm]
x11-apps/terminator[~scm]

View File

@ -0,0 +1,32 @@
# Copyright 2017 Julian Ospald
# Distributed under the terms of the GNU General Public License v2
SCM_REPOSITORY="https://dev.gajim.org/gajim/gajim-plugins.git"
require python [ has_bin=false blacklist=3 multibuild=false ]
require scm-git
SUMMARY="Gajim plugin for XEP proposal: OMEMO Encryption"
HOMEPAGE="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
LICENCES="GPL-3"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
DEPENDENCIES="
build+run:
dev-python/axolotl[python_abis:*(-)?]
dev-python/qrcode[python_abis:*(-)?]
net-im/gajim[python_abis:*(-)?]
"
BUGS_TO="hasufell@posteo.de"
src_install() {
insinto /usr/share/gajim/plugins/omemo
doins -r "${WORK}"/omemo/*
python_bytecompile /usr/share/gajim/plugins/omemo
}