net-irc/weechat-matrix: new package

This commit is contained in:
nemunaire 2021-12-13 20:19:02 +01:00
parent ffb225294c
commit d08e159d6a
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1 @@
EBUILD weechat-matrix-9999.ebuild 608 BLAKE2B d1e90dbaf9ea4d5d1930ec40d253fa2b3c9c40a80695b1f6932fd7b07a5408cf5e5a91eb8be519a59a872302b96bf1d9b54103f0cc4179dac7004ea681bfa98f SHA512 cd905bd5112f3f3b894bc58e7183f23e65c294cc99e86c0cd4caf0a9586f01a1523104bdccab124127a9d4b3b9568e9739ec55e2be3ab4f60e43a98cd2067932

View File

@ -0,0 +1,32 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{8,9,10} )
if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://github.com/poljar/weechat-matrix.git"
inherit git-r3
KEYWORDS=""
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
KEYWORDS="~amd64 ~arm"
fi
inherit distutils-r1
DESCRIPTION="Weechat Matrix protocol script written in python"
HOMEPAGE="https://github.com/poljar/weechat-matrix"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-libs/olm
"
BDEPEND="
${RDEPEND}
"