mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 02:12:55 +02:00
neovim: update to 0.1.4; use lua 5.1.
This commit is contained in:
parent
d628674e7b
commit
0cc446f196
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'neovim'
|
# Template file for 'neovim'
|
||||||
pkgname=neovim
|
pkgname=neovim
|
||||||
version=0.1.3
|
version=0.1.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_JEMALLOC=0 -DLUA_PRG=/usr/bin/lua5.2"
|
configure_args="-DENABLE_JEMALLOC=0"
|
||||||
hostmakedepends="cmake lua52-lpeg lua52-MessagePack lua52-BitOp"
|
hostmakedepends="lua51-lpeg lua51-mpack"
|
||||||
makedepends="libtermkey-devel libuv-devel libvterm-devel LuaJIT-devel msgpack-devel"
|
makedepends="libtermkey-devel libuv-devel libvterm-devel LuaJIT-devel msgpack-devel"
|
||||||
short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
|
short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="Apache-2.0, GPL-2"
|
license="Apache-2.0, GPL-2"
|
||||||
homepage="http://neovim.io"
|
homepage="http://neovim.io"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=7a86892d941b8829537ad46864b9a363d009ba56aeefdef2ee15ffa3eee5f92b
|
checksum=bb7e359eb83db20c5ec5984b470b249372b6dcd813ae2ccf72c01cce560f93e9
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
vi:vi:/usr/bin/nvim
|
vi:vi:/usr/bin/nvim
|
||||||
|
|
Loading…
Add table
Reference in a new issue