mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
net-im/tox-weechat: new package, add 9999
Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
10
net-im/tox-weechat/metadata.xml
Normal file
10
net-im/tox-weechat/metadata.xml
Normal 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>
|
||||
20
net-im/tox-weechat/tox-weechat-9999.ebuild
Normal file
20
net-im/tox-weechat/tox-weechat-9999.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user