mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
1
x11-plugins/purple-mattermost/Manifest
Normal file
1
x11-plugins/purple-mattermost/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST purple-mattermost-1.2.tar.gz 65402 SHA256 2484c68fcc3c57a176991c143346dc8cc6a0aaf37d5ecd0ff2c0ec201ca094ae SHA512 75e80c1021393c5fe78404a4439b5454f8a4495c1510bf8a3a449acdf1807b8620ac19680607de29bd1599eb0f1354f93c6fa7b21b4294b36649b6e1455760d6 WHIRLPOOL 0f29872e5c8a76d37767433a22d4bee8c903aa55ed0fd80da7d38ae24e2c1a049eb4779008ead8be4a297816e4c359293fe1bbfbd13c0ec687e84b73d64de0b0
|
||||
11
x11-plugins/purple-mattermost/metadata.xml
Normal file
11
x11-plugins/purple-mattermost/metadata.xml
Normal 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>
|
||||
25
x11-plugins/purple-mattermost/purple-mattermost-1.2.ebuild
Normal file
25
x11-plugins/purple-mattermost/purple-mattermost-1.2.ebuild
Normal 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)"
|
||||
}
|
||||
Reference in New Issue
Block a user