summaryrefslogtreecommitdiffstats
path: root/development/neovim-qt/neovim-qt.SlackBuild
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2018-08-11 03:41:18 +0200
committer Benjamin Trigona-Harany2018-08-11 03:41:18 +0200
commit4ab4a7e0a195dfe19e36beddf2365a3bec84acd9 (patch)
tree234f151e32bb4c1bc56e17fdb111c507a385f883 /development/neovim-qt/neovim-qt.SlackBuild
parent5e42ca466e4f1cf2f0906f060534607488b5d27c (diff)
downloadslackbuilds-4ab4a7e0a195dfe19e36beddf2365a3bec84acd9.tar.gz
development/neovim-qt: Updated for version 0.2.9.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'development/neovim-qt/neovim-qt.SlackBuild')
-rw-r--r--development/neovim-qt/neovim-qt.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/development/neovim-qt/neovim-qt.SlackBuild b/development/neovim-qt/neovim-qt.SlackBuild
index a9c1525aea..55baf774a9 100644
--- a/development/neovim-qt/neovim-qt.SlackBuild
+++ b/development/neovim-qt/neovim-qt.SlackBuild
@@ -2,7 +2,7 @@
# SlackBuild script for neovim-qt
-# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=neovim-qt
-VERSION=${VERSION:-0.2.8}
+VERSION=${VERSION:-0.2.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -89,7 +89,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a CONTRIBUTING.md LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a \
+ CONTRIBUTING.md LICENSE README.md \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install