x11-plugins/purple-mattermost: new package, a client for mattermost

Ebuild provided by Ulya Trofimovich.

Package-Manager: Portage-2.3.12, Repoman-2.3.3
This commit is contained in:
Sergei Trofimovich
2017-10-22 19:42:14 +01:00
parent fae497a5da
commit ab3deb3f84
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST purple-mattermost-1.2.tar.gz 65402 SHA256 2484c68fcc3c57a176991c143346dc8cc6a0aaf37d5ecd0ff2c0ec201ca094ae SHA512 75e80c1021393c5fe78404a4439b5454f8a4495c1510bf8a3a449acdf1807b8620ac19680607de29bd1599eb0f1354f93c6fa7b21b4294b36649b6e1455760d6 WHIRLPOOL 0f29872e5c8a76d37767433a22d4bee8c903aa55ed0fd80da7d38ae24e2c1a049eb4779008ead8be4a297816e4c359293fe1bbfbd13c0ec687e84b73d64de0b0

View File

@@ -0,0 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>slyfox@gentoo.org</email>
<name>Sergei Trofimovich</name>
</maintainer>
<upstream>
<remote-id type="github">EionRobb/purple-mattermost</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit toolchain-funcs
DESCRIPTION="A libpurple/Pidgin plugin for Mattermost"
HOMEPAGE="https://github.com/EionRobb/purple-mattermost"
SRC_URI="https://github.com/EionRobb/purple-mattermost/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-text/discount
dev-libs/glib
dev-libs/json-glib
net-im/pidgin"
DEPEND="${RDEPEND}"
src_compile() {
emake CC="$(tc-getCC)"
}