Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : ruby-neovim | name : ruby-neovim | ||||
| version : 0.5.1 | version : 0.7.0 | ||||
| release : 4 | release : 5 | ||||
| source : | source : | ||||
| - https://rubygems.org/downloads/neovim-0.5.1.gem : 973928c992c1252a11c4318a1eb48bfb5ed04787e4d6b9e122948ff0483eb623 | - https://rubygems.org/downloads/neovim-0.7.0.gem : 042fb77d7f88635cf357f02fb6e7ade6e639917b58bafd39433506f27f3b882c | ||||
| license : MIT | license : MIT | ||||
| component : programing | component : programming.ruby | ||||
| extract : no | extract : no | ||||
| summary : Ruby client for Neovim | summary : Ruby client for Neovim | ||||
| description: | | description: | | ||||
| Ruby client for Neovim | Ruby client for Neovim | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(ruby-2.3) | - pkgconfig(ruby-2.3) | ||||
| rundeps : | rundeps : | ||||
| - neovim | - neovim | ||||
| - ruby-msgpack | - ruby-msgpack | ||||
| - ruby-multi-json | |||||
| install : | | install : | | ||||
| export geminstalldir=$(ruby -e'puts Gem.default_dir') | export geminstalldir=$(ruby -e'puts Gem.default_dir') | ||||
| export GEM_HOME=$geminstalldir | export GEM_HOME=$geminstalldir | ||||
| export GEM_PATH=$geminstalldir | export GEM_PATH=$geminstalldir | ||||
| gem install \ | gem install \ | ||||
| --ignore-dependencies \ | --ignore-dependencies \ | ||||
| --no-user-install \ | --no-user-install \ | ||||
| -i "$installdir/$geminstalldir" \ | -i "$installdir/$geminstalldir" \ | ||||
| -n "$installdir/usr/bin" \ | -n "$installdir/usr/bin" \ | ||||
| $sources/neovim-$version.gem | $sources/neovim-$version.gem | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.