Added bitlbee (unofficial) discord plugin. Working.

This commit is contained in:
kimitsune 2020-01-12 20:26:10 +01:00
parent 5fe5885064
commit 3d6836f036
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1 @@
EBUILD bitlbee-discord-0.4.2.ebuild 613 BLAKE2B 9cc627afe3682bfcfd9d7ca60b9106c89b5852de62f238d71b1e55dbfdca86765b781e22796c1a90b080eeac870ebfa86b4966e87a73248ef2e1468ed3a96498 SHA512 971d42feb730d2857645e763ceaa30b3f8d3df861b377613222ef16f0b36a88b81745ccaac4b1485ea14685ad7cf274254aaa0131f906040ece2754ceb4b6744

View File

@ -0,0 +1,37 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit autotools git-r3
DESCRIPTION="Discord protocol plugin for bitlbee."
HOMEPAGE="https://github.com/sm00th/bitlbee-discord"
MY_AUTHOR="sm00th"
EGIT_REPO_URI="https://github.com/${MY_AUTHOR}/${PN}.git"
if [[ ${PV} == "9999" ]] ; then
EGIT_BRANCH="master"
KEYWORDS=""
else
EGIT_COMMIT="${PV}"
KEYWORDS="~x86 ~amd64"
fi
LICENSE="GPL-2"
SLOT="0"
IUSE=""
IUSE+=""
DEPEND="
dev-libs/glib
net-im/bitlbee"
RDEPEND="${DEPEND}"
src_prepare() {
default
eautoreconf
}