Merge pull request #2869 from stpx/neovim

New package: neovim-0.1.0.
This commit is contained in:
Steve Prybylski 2015-11-04 23:00:31 -05:00
commit 35a257d8c8
4 changed files with 8286 additions and 0 deletions

File diff suppressed because it is too large Load diff

15
srcpkgs/neovim/template Normal file
View file

@ -0,0 +1,15 @@
# Template file for 'neovim'
pkgname=neovim
version=0.1.0
revision=1
build_style=cmake
configure_args="-DLUA_PRG=/usr/bin/lua5.2"
hostmakedepends="cmake lua52-lpeg lua52-MessagePack lua52-BitOp"
makedepends="libtermkey-devel libuv-devel libvterm-devel LuaJIT-devel jemalloc-devel
msgpack-devel unibilium-devel"
short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="Apache-2.0, GPL-2"
homepage="http://neovim.io"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
checksum=e8659558103b8f5a65aac84007a12e3581b32736321778028017fd07365cfff8

View file

@ -0,0 +1,28 @@
# Template file for 'python-neovim'
pkgname=python-neovim
version=0.0.38
revision=1
noarch=yes
wrksrc="python-client-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
depends="python python-msgpack python-greenlet python-trollius neovim"
short_desc="Python library for scripting Neovim processes (Python2)"
pycompile_module="neovim"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/neovim/python-client"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=c5711ff16d020e71cf19f4916e82ba3fed4ee4871b4eedaa561d5bc2d29670ae
python3.4-neovim_package() {
noarch=yes
depends="python3.4 python3.4-msgpack python3.4-greenlet neovim"
pycompile_version="3.4"
pycompile_module="neovim"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}

1
srcpkgs/python3.4-neovim Symbolic link
View file

@ -0,0 +1 @@
python-neovim