x11-plugins/purple-discord: new ebuild (git version as there is no release)
This commit is contained in:
parent
a6cc4f0b68
commit
f3aa607261
12
x11-plugins/purple-discord/metadata.xml
Normal file
12
x11-plugins/purple-discord/metadata.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>alarig@swordarmor.fr</email>
|
||||
<name>Alarig Le Lay</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
20
x11-plugins/purple-discord/purple-discord-9999.ebuild
Normal file
20
x11-plugins/purple-discord/purple-discord-9999.ebuild
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Pidgin/Purple PRotocol PLugin for Discord"
|
||||
HOMEPAGE="https://github.com/EionRobb/purple-discord"
|
||||
EGIT_REPO_URI="${HOMEPAGE}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND="net-im/pidgin
|
||||
dev-vcs/git
|
||||
dev-libs/json-glib"
|
||||
RDEPEND="${DEPEND}"
|
Loading…
Reference in a new issue