net-im/tox-weechat: new package, add 9999

Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
Tony Olagbaiye
2022-05-18 17:53:57 +01:00
parent 455e45b9d8
commit 23434ed531
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mva@gentoo.org</email>
<description>Also, you can find me on IRC (FreeNode) as mva, or in Telegram as @mva_name</description>
<name>Vadim A. Misbakh-Soloviov</name>
</maintainer>
<longdescription>Long description of the package</longdescription>
</pkgmetadata>

View File

@@ -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
}