mirror of
https://github.com/TrentSPalmer/gentoo-overlay-trent.git
synced 2024-11-14 15:41:29 -08:00
31 lines
671 B
Bash
31 lines
671 B
Bash
|
# Copyright 1999-2018 Gentoo Foundation
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
|
||
|
EAPI=6
|
||
|
|
||
|
#VIM_PLUGIN_VIM_VERSION="7.0"
|
||
|
inherit vim-plugin git-r3
|
||
|
|
||
|
DESCRIPTION="vim plugin: vim-hug-neovim-rpc"
|
||
|
HOMEPAGE="https://github.com/roxma/vim-hug-neovim-rpc"
|
||
|
EGIT_REPO_URI="https://github.com/roxma/vim-hug-neovim-rpc"
|
||
|
EGIT_COMMIT="9c27d33278d2a24f390fd4caaf11984d28b33358"
|
||
|
SRC_URI=""
|
||
|
|
||
|
RDEPENDS="app-vim/nvim-yarp"
|
||
|
|
||
|
PROPERTIES="live"
|
||
|
LICENSE="MIT"
|
||
|
KEYWORDS="~amd64 ~x86 ~arm"
|
||
|
IUSE=""
|
||
|
|
||
|
VIM_PLUGIN_HELPFILES=""
|
||
|
VIM_PLUGIN_HELPTEXT=""
|
||
|
VIM_PLUGIN_HELPURI=""
|
||
|
VIM_PLUGIN_MESSAGES=""
|
||
|
|
||
|
src_prepare() {
|
||
|
default
|
||
|
sed -i 's/pynvim/neovim/g' autoload/neovim_rpc.vim
|
||
|
}
|