chiark / gitweb /
neovim: Update to build against latest master
[termux-packages] / packages / neovim / build.sh
index 3fd09d3048e9cc6e52d4be67375dcfeeac8d5776..1e4a5e5d5f8f69a901908e7435fa9750f35d897d 100644 (file)
@@ -1,6 +1,6 @@
 TERMUX_PKG_HOMEPAGE=http://neovim.org/
 TERMUX_PKG_DESCRIPTION="Ambitious Vim-fork focused on extensibility and agility (nvim)"
-TERMUX_PKG_VERSION=0.0.`date "+%Y%m%d%H%M"`
+TERMUX_PKG_VERSION=0.1.3.`date "+%Y%m%d%H%M"`
 TERMUX_PKG_SRCURL=https://github.com/neovim/neovim/archive/master.zip
 TERMUX_PKG_NO_SRC_CACHE=yes
 TERMUX_PKG_DEPENDS="libuv, libmsgpack, libandroid-support, libluajit, libvterm, libtermkey, libutil"
@@ -16,7 +16,7 @@ termux_step_host_build () {
 
 termux_step_configure () {
        # Install dependencies on ubuntu:
-       # apt install lua-lpeg luarocks; luarocks install lpeg; luarocks install lua-MessagePack; luarocks install luabitop
+       # apt install lua-lpeg luarocks; luarocks install lpeg; luarocks install mpack; luarocks install luabitop
        cd $TERMUX_PKG_BUILDDIR
        cmake -G "Unix Makefiles" .. \
                -DCMAKE_AR=`which ${TERMUX_HOST_PLATFORM}-ar` \