aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-11-13 21:43:55 -0500
committerMitch Riedstra <mitch@riedstra.us>2019-11-13 21:43:55 -0500
commit4d37efc55b5f15432cca09440ac192f49588e8ec (patch)
tree06e9f3f86afc1af8019f95e5187abb253845377f /build
parent9b14f8764d936068105872de717a67f86dfc9eb2 (diff)
downloaddotfiles-4d37efc55b5f15432cca09440ac192f49588e8ec.tar.gz
dotfiles-4d37efc55b5f15432cca09440ac192f49588e8ec.tar.xz
Add my build script for nvim
Diffstat (limited to 'build')
-rw-r--r--build/nvim6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/nvim b/build/nvim
new file mode 100644
index 0000000..f7199e6
--- /dev/null
+++ b/build/nvim
@@ -0,0 +1,6 @@
+#!/bin/sh
+# specifically for: https://github.com/neovim/neovim
+
+rm -rf build
+make CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$HOME/pkg" -j"$(nproc)"
+make install