net-irc/weechat-matrix: new package
This commit is contained in:
parent
ffb225294c
commit
d08e159d6a
1
net-im/weechat-matrix/Manifest
Normal file
1
net-im/weechat-matrix/Manifest
Normal file
@ -0,0 +1 @@
|
||||
EBUILD weechat-matrix-9999.ebuild 608 BLAKE2B d1e90dbaf9ea4d5d1930ec40d253fa2b3c9c40a80695b1f6932fd7b07a5408cf5e5a91eb8be519a59a872302b96bf1d9b54103f0cc4179dac7004ea681bfa98f SHA512 cd905bd5112f3f3b894bc58e7183f23e65c294cc99e86c0cd4caf0a9586f01a1523104bdccab124127a9d4b3b9568e9739ec55e2be3ab4f60e43a98cd2067932
|
32
net-im/weechat-matrix/weechat-matrix-9999.ebuild
Normal file
32
net-im/weechat-matrix/weechat-matrix-9999.ebuild
Normal 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}
|
||||
"
|
Loading…
Reference in New Issue
Block a user