From 67b74b74eb44cef8f191dad0c113ec0c8f5264c4 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 18 Dec 2019 09:46:25 +0300 Subject: zsh-syntax-highlighting: add package to community --- community/zsh-syntax-highlighting/build | 7 +++++++ community/zsh-syntax-highlighting/checksums | 1 + community/zsh-syntax-highlighting/sources | 1 + community/zsh-syntax-highlighting/version | 1 + 4 files changed, 10 insertions(+) create mode 100755 community/zsh-syntax-highlighting/build create mode 100644 community/zsh-syntax-highlighting/checksums create mode 100644 community/zsh-syntax-highlighting/sources create mode 100644 community/zsh-syntax-highlighting/version (limited to 'community') 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 -- cgit v1.2.3