mirror of
https://github.com/TrentSPalmer/gentoo-overlay-trent.git
synced 2024-11-14 07:31:30 -08:00
24 lines
534 B
Bash
24 lines
534 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: nvim-yarp"
|
|
HOMEPAGE="https://github.com/roxma/nvim-yarp"
|
|
EGIT_REPO_URI="https://github.com/roxma/nvim-yarp"
|
|
EGIT_COMMIT="9eac5b198ad87210a498d4f93344b7450537ab00"
|
|
SRC_URI=""
|
|
|
|
PROPERTIES="live"
|
|
LICENSE="MIT"
|
|
KEYWORDS="~amd64 ~x86 ~arm"
|
|
IUSE=""
|
|
|
|
VIM_PLUGIN_HELPFILES=""
|
|
VIM_PLUGIN_HELPTEXT=""
|
|
VIM_PLUGIN_HELPURI=""
|
|
VIM_PLUGIN_MESSAGES=""
|