summaryrefslogtreecommitdiffstats
path: root/editors/vim-gnupg/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim-gnupg/INSTALL')
-rwxr-xr-xeditors/vim-gnupg/INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/vim-gnupg/INSTALL b/editors/vim-gnupg/INSTALL
new file mode 100755
index 0000000000..2a6904f071
--- /dev/null
+++ b/editors/vim-gnupg/INSTALL
@@ -0,0 +1,4 @@
+pdir="$INSTALL_ROOT/usr/share/vim/vimfiles/plugin"
+cd "$SOURCE_DIRECTORY" &&
+install -m755 -d "$pdir" &&
+install -m644 plugin/gnupg.vim "$pdir"