commit: 9895c45e7d9473848b4e395ac824f3cc80eaf9d9
Author: Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
AuthorDate: Tue Sep 21 08:35:00 2021 +0000
Commit: Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
CommitDate: Tue Sep 21 08:35:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9895c45e
net-im/matterhorn-bin: Add new package
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Adrian Schollmeyer <nex+b-g-o <AT> nexadn.de>
net-im/matterhorn-bin/Manifest | 1 +
.../matterhorn-bin-50200.13.0.ebuild | 43 ++++++++++++++++++++++
net-im/matterhorn-bin/metadata.xml | 11 ++++++
3 files changed, 55 insertions(+)
diff --git a/net-im/matterhorn-bin/Manifest b/net-im/matterhorn-bin/Manifest
new file mode 100644
index 000000000..65bb6fd57
--- /dev/null
+++ b/net-im/matterhorn-bin/Manifest
@@ -0,0 +1 @@
+DIST matterhorn-bin-50200.13.0.tar.bz2 8840191 BLAKE2B
4b321f035cba7bfeb9a29803c3620ed406610b28d9356ed6070760764d237a755e23e39bde4d53cb6c5909dde6e9592fe4ec46b08d17565f95e07a7749caccfb
SHA512
34536c0219fbbbe77a608793fa1e735b4e1ad8679f118cd0389c282e932359d07a439cb62d30b167134956de589be26b16fddb56ee39be2b88dcc9c0a38990dd
diff --git a/net-im/matterhorn-bin/matterhorn-bin-50200.13.0.ebuild
b/net-im/matterhorn-bin/matterhorn-bin-50200.13.0.ebuild
new file mode 100644
index 000000000..26bb85b22
--- /dev/null
+++ b/net-im/matterhorn-bin/matterhorn-bin-50200.13.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN%-bin}"
+MY_P="${MY_PN}-${PV}-fedora-29-x86_64"
+
+DESCRIPTION="Terminal based Mattermost client"
+HOMEPAGE="https://github.com/matterhorn-chat/matterhorn"
+SRC_URI="https://github.com/matterhorn-chat/${MY_PN}/releases/download/${PV}/${MY_P}.tar.bz2
-> ${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+DEPEND=""
+RDEPEND="
+ ${DEPEND}
+ dev-libs/gmp:0
+ sys-libs/ncurses:0/6
+ sys-libs/zlib:0/1
+"
+BDEPEND=""
+
+QA_PREBUILT="*"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ default
+
+ dobin matterhorn
+
+ dodoc docs/commands.md
+ dodoc docs/keybindings.md
+
+ insinto /usr/share/${MY_PN}
+ exeinto /usr/share/${MY_PN}/notification-scripts
+ doins -r emoji
+ doins -r syntax
+ doexe notification-scripts/notify
+}
diff --git a/net-im/matterhorn-bin/metadata.xml
b/net-im/matterhorn-bin/metadata.xml
new file mode 100644
index 000000000..af6959241
--- /dev/null
+++ b/net-im/matterhorn-bin/metadata.xml
@@ -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">
+ <name>Adrian Schollmeyer</name>
+ <email>[email protected]</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">matterhorn-chat/matterhorn</remote-id>
+ </upstream>
+</pkgmetadata>