]> CyberLeo.Net >> Repos - CDN/portage-cdn.git/blob - x11-plugins/purple-discord/purple-discord-9999.ebuild
x11-plugins/purple-discord: new ebuild
[CDN/portage-cdn.git] / x11-plugins / purple-discord / purple-discord-9999.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit git-r3
7
8 DESCRIPTION="Pidgin/Purple PRotocol PLugin for Discord"
9 HOMEPAGE="https://github.com/EionRobb/purple-discord"
10 EGIT_REPO_URI="${HOMEPAGE}"
11
12 LICENSE="GPL-3"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
16
17 DEPEND="net-im/pidgin
18 dev-vcs/git
19 dev-libs/json-glib"
20 RDEPEND="${DEPEND}"