void-packages/srcpkgs/neovim/template

23 lines
797 B
Bash
Raw Normal View History

# Template file for 'neovim'
pkgname=neovim
2016-04-26 01:21:11 +00:00
version=0.1.4
2016-05-25 21:21:53 +00:00
revision=2
build_style=cmake
2016-04-26 01:21:11 +00:00
configure_args="-DENABLE_JEMALLOC=0"
2016-05-25 21:21:53 +00:00
hostmakedepends="lua51-lpeg lua51-mpack lua51-BitOp"
2016-02-09 09:37:18 +00:00
makedepends="libtermkey-devel libuv-devel libvterm-devel LuaJIT-devel msgpack-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"
2016-04-26 01:21:11 +00:00
checksum=bb7e359eb83db20c5ec5984b470b249372b6dcd813ae2ccf72c01cce560f93e9
2015-11-05 21:40:01 +00:00
alternatives="
vi:vi:/usr/bin/nvim
vi:vi.1:/usr/share/man/man1/nvim.1
vi:view:/usr/bin/nvim
vi:view.1:/usr/share/man/man1/nvim.1
vim:vim:/usr/bin/nvim
vim:vim.1:/usr/share/man/man1/nvim.1"