From 068d5d76dd5c3e1b57e6ae435e4e1ec27bce25c2 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 13 Jun 2018 23:31:53 +0200 Subject: [PATCH] dev-ruby/neovim-ruby: initial import --- .../neovim-ruby/neovim-ruby-0.7.1.exheres-0 | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 packages/dev-ruby/neovim-ruby/neovim-ruby-0.7.1.exheres-0 diff --git a/packages/dev-ruby/neovim-ruby/neovim-ruby-0.7.1.exheres-0 b/packages/dev-ruby/neovim-ruby/neovim-ruby-0.7.1.exheres-0 new file mode 100644 index 0000000..639b61e --- /dev/null +++ b/packages/dev-ruby/neovim-ruby/neovim-ruby-0.7.1.exheres-0 @@ -0,0 +1,23 @@ +# Copyright 2018 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require gem [ pn=neovim ] + +SUMMARY="Ruby bindings for Neovim" +HOMEPAGE="https://github.com/alexgenco/neovim-ruby" + +LICENCES="MIT" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" + build+run: + dev-ruby/msgpack[~>1.1] + dev-ruby/multi_json[~>1.0] +" + +BUGS_TO="hasufell@posteo.de" + +REMOTE_IDS+=" github:alexgenco/neovim-ruby" +