From cccb72144b67bb92f09184554ed4826a78cafb55 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sat, 26 Dec 2015 20:30:33 +0100 Subject: [PATCH] Removing neovim-git, moving to stables from distro --- satellites/vcs/neovim-git.sat | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 satellites/vcs/neovim-git.sat diff --git a/satellites/vcs/neovim-git.sat b/satellites/vcs/neovim-git.sat deleted file mode 100644 index 70cd26b..0000000 --- a/satellites/vcs/neovim-git.sat +++ /dev/null @@ -1,13 +0,0 @@ -# NOTE: Linking the dependencies statically. -import "vcs/git" - -name=neovim - -vcs_git "https://github.com/$name/$name" -header_end - -cd "$name" -make CMAKE_BUILD_TYPE=Release CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX='$dir_prefix'" -make DESTDIR="$dir_install" install - -# vim:set tabstop=4 shiftwidth=4 syntax=sh et: