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