development/neovim: Updated for version 0.3.3.
This commit is contained in:
parent
c630dfaa1e
commit
4f1a252c9b
|
@ -2,7 +2,7 @@
|
|||
|
||||
# SlackBuild script for neovim
|
||||
|
||||
# Copyright 2014-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2014-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=neovim
|
||||
VERSION=${VERSION:-0.3.2}
|
||||
VERSION=${VERSION:-0.3.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -73,11 +73,11 @@ mkdir -p build
|
|||
cd build
|
||||
cmake \
|
||||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIBUV_LIBRARY=/usr/lib${LIBDIRSUFFIX}/libuv.so \
|
||||
-DCMAKE_INSTALL_MANDIR=/usr/man \
|
||||
-DCMAKE_BUILD_TYPE=MinSizeRel \
|
||||
-DUSE_BUNDLED=OFF \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
..
|
||||
make install DESTDIR=$PKG
|
||||
cd ..
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="neovim"
|
||||
VERSION="0.3.2"
|
||||
VERSION="0.3.3"
|
||||
HOMEPAGE="http://neovim.org/"
|
||||
DOWNLOAD="https://github.com/neovim/neovim/archive/v0.3.2/neovim-0.3.2.tar.gz"
|
||||
MD5SUM="e4461a5eb807237cbe79897d7f57b338"
|
||||
DOWNLOAD="https://github.com/neovim/neovim/archive/v0.3.3/neovim-0.3.3.tar.gz"
|
||||
MD5SUM="8582166d16174c16b4727b942ec9f426"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libuv msgpack-c luajit lua-lpeg lua-mpack libtermkey libvterm"
|
||||
|
|
Loading…
Reference in New Issue