forked from hasufell/hasufell-repository
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			472 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			472 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
 | 
						|
# 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"
 | 
						|
 |