Compare commits
4 Commits
6f1a767933
...
068d5d76dd
Author | SHA1 | Date | |
---|---|---|---|
068d5d76dd | |||
c56801c820 | |||
538aeffbfd | |||
24d056ae33 |
@ -13,6 +13,7 @@ dev-libs
|
||||
dev-ocaml
|
||||
dev-perl
|
||||
dev-python
|
||||
dev-ruby
|
||||
dev-tcl
|
||||
dev-util
|
||||
games-action
|
||||
|
@ -18,6 +18,7 @@
|
||||
net-im/lurch[~scm]
|
||||
net-im/pidgin-opensteamworks[~scm]
|
||||
net-misc/remmina[~scm]
|
||||
net-misc/trickle[~scm]
|
||||
x11-apps/terminator[~scm]
|
||||
x11-misc/cbatticon[~scm]
|
||||
x11-wm/i3[~scm]
|
||||
|
15
packages/dev-ruby/msgpack/msgpack-1.2.4.exheres-0
Normal file
15
packages/dev-ruby/msgpack/msgpack-1.2.4.exheres-0
Normal file
@ -0,0 +1,15 @@
|
||||
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
require gem
|
||||
|
||||
SUMMARY="Binary-based efficient data interchange format for ruby binding"
|
||||
HOMEPAGE="https://msgpack.org"
|
||||
|
||||
LICENCES="Apache-2.0"
|
||||
SLOT="0"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
MYOPTIONS=""
|
||||
|
||||
BUGS_TO="hasufell@posteo.de"
|
||||
|
23
packages/dev-ruby/neovim-ruby/neovim-ruby-0.7.1.exheres-0
Normal file
23
packages/dev-ruby/neovim-ruby/neovim-ruby-0.7.1.exheres-0
Normal file
@ -0,0 +1,23 @@
|
||||
# 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"
|
||||
|
Loading…
Reference in New Issue
Block a user