diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-18 09:46:25 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-18 09:46:25 +0300 |
commit | 67b74b74eb44cef8f191dad0c113ec0c8f5264c4 (patch) | |
tree | 008d9bc392ad35a06bdfc70908d91cfdca4abe3e /community | |
parent | 90787a7fc1923b8e5489616c20c70f9c04cd08b2 (diff) | |
download | repository-67b74b74eb44cef8f191dad0c113ec0c8f5264c4.tar.gz |
zsh-syntax-highlighting: add package to community
Diffstat (limited to 'community')
-rwxr-xr-x | community/zsh-syntax-highlighting/build | 7 | ||||
-rw-r--r-- | community/zsh-syntax-highlighting/checksums | 1 | ||||
-rw-r--r-- | community/zsh-syntax-highlighting/sources | 1 | ||||
-rw-r--r-- | community/zsh-syntax-highlighting/version | 1 |
4 files changed, 10 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/" diff --git a/community/zsh-syntax-highlighting/checksums b/community/zsh-syntax-highlighting/checksums new file mode 100644 index 00000000..cce8bfd9 --- /dev/null +++ b/community/zsh-syntax-highlighting/checksums @@ -0,0 +1 @@ +e69db483e20228b72ccfa401e9ad6cf80d6edb48c68acca9102b50b311821b84 0.6.0.tar.gz diff --git a/community/zsh-syntax-highlighting/sources b/community/zsh-syntax-highlighting/sources new file mode 100644 index 00000000..978b5987 --- /dev/null +++ b/community/zsh-syntax-highlighting/sources @@ -0,0 +1 @@ +https://github.com/zsh-users/zsh-syntax-highlighting/archive/0.6.0.tar.gz diff --git a/community/zsh-syntax-highlighting/version b/community/zsh-syntax-highlighting/version new file mode 100644 index 00000000..eb13fd21 --- /dev/null +++ b/community/zsh-syntax-highlighting/version @@ -0,0 +1 @@ +0.6.0 1 |