From 23434ed531125dd92333cbc4dc978b5d2a1dac2e Mon Sep 17 00:00:00 2001 From: Tony Olagbaiye Date: Wed, 18 May 2022 17:53:57 +0100 Subject: [PATCH] net-im/tox-weechat: new package, add 9999 Signed-off-by: Tony Olagbaiye --- net-im/tox-weechat/metadata.xml | 10 ++++++++++ net-im/tox-weechat/tox-weechat-9999.ebuild | 20 ++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 net-im/tox-weechat/metadata.xml create mode 100644 net-im/tox-weechat/tox-weechat-9999.ebuild diff --git a/net-im/tox-weechat/metadata.xml b/net-im/tox-weechat/metadata.xml new file mode 100644 index 0000000000..53d048c4e8 --- /dev/null +++ b/net-im/tox-weechat/metadata.xml @@ -0,0 +1,10 @@ + + + + + mva@gentoo.org + Also, you can find me on IRC (FreeNode) as mva, or in Telegram as @mva_name + Vadim A. Misbakh-Soloviov + + Long description of the package + \ No newline at end of file diff --git a/net-im/tox-weechat/tox-weechat-9999.ebuild b/net-im/tox-weechat/tox-weechat-9999.ebuild new file mode 100644 index 0000000000..928f94c4c5 --- /dev/null +++ b/net-im/tox-weechat/tox-weechat-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake git-r3 patches + +DESCRIPTION="Tox plugin for WeeChat" +HOMEPAGE="https://github.com/haavard/tox-weechat" +EGIT_REPO_URI="https://github.com/haavard/tox-weechat" + +LICENSE="GPL-3" +SLOT="0" + +src_configure() { + local mycmakeargs=( + -DPLUGIN_PATH="/usr/$(get_libdir)/weechat/plugins" + ) + cmake_src_configure +}