aboutsummaryrefslogtreecommitdiff
path: root/community/zsh-syntax-highlighting/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/zsh-syntax-highlighting/build')
-rwxr-xr-xcommunity/zsh-syntax-highlighting/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/zsh-syntax-highlighting/build b/community/zsh-syntax-highlighting/build
new file mode 100755
index 00000000..fe80c8d0
--- /dev/null
+++ b/community/zsh-syntax-highlighting/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+install -Dm644 zsh-syntax-highlighting.zsh "$1/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
+install -Dm644 .version "$1/usr/share/zsh/plugins/zsh-syntax-highlighting/.version"
+install -Dm644 .revision-hash "$1/usr/share/zsh/plugins/zsh-syntax-highlighting/.revision-hash"
+
+cp -r highlighters "$1/usr/share/zsh/plugins/zsh-syntax-highlighting/"