mirror of
https://github.com/TrentSPalmer/gentoo-overlay-trent.git
synced 2024-11-24 10:51:29 -08:00
add nvim-yarp
This commit is contained in:
parent
44c13d7acb
commit
363d773673
2
app-vim/nvim-yarp/Manifest
Normal file
2
app-vim/nvim-yarp/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
EBUILD nvim-yarp-20180614.ebuild 533 BLAKE2B f1ea4fe37f7fbdcaff487130cee93beca1c80fedafbcce0a668d33b313bea0b7fce7ec6cb9d076350c9c3318abc03f88b67cccc877f6ddb13eccac000c06af1f SHA512 4dc6166b84858452e92083ae243fd8da1b8bc2c80da8bdd88679bc244c5f8b5b11bf4d25b437244b48a0b2cd50447f7f4146c5b85221c1dc858e5508c27f3231
|
||||
MISC metadata.xml 222 BLAKE2B f0ecd2d956de9c731b8a6b6860f8756cb8dba0591f73463ce32d2747a1aa21296886faea89feee2b208286bbcdfe8e2e0a64263a92e954615fa94e2852d933d5 SHA512 dad470f0096a4fb3af9eeb60dab3216ece032790f6c49a3b014799ee0c02dee96a67317a672344e32f5614c5e05419727cc99113c6ecc37ae594931dd6441eef
|
7
app-vim/nvim-yarp/metadata.xml
Normal file
7
app-vim/nvim-yarp/metadata.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>trenttdually@gmail.com</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
23
app-vim/nvim-yarp/nvim-yarp-20180614.ebuild
Normal file
23
app-vim/nvim-yarp/nvim-yarp-20180614.ebuild
Normal file
@ -0,0 +1,23 @@
|
||||
# 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="b222af8dbbfb35c6d833fd76a940f6ca2fe322fa"
|
||||
SRC_URI=""
|
||||
|
||||
PROPERTIES="live"
|
||||
LICENSE="unknown"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
VIM_PLUGIN_HELPFILES=""
|
||||
VIM_PLUGIN_HELPTEXT=""
|
||||
VIM_PLUGIN_HELPURI=""
|
||||
VIM_PLUGIN_MESSAGES=""
|
Loading…
Reference in New Issue
Block a user