From be5da6c002e00bad11003fd06bab55b23f6f2f06 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 18 Dec 2014 07:48:50 +0000 Subject: [PATCH] New package: zsh-syntax-highlighting-0.2.1. --- srcpkgs/zsh-syntax-highlighting/INSTALL.msg | 3 +++ srcpkgs/zsh-syntax-highlighting/template | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 srcpkgs/zsh-syntax-highlighting/INSTALL.msg create mode 100644 srcpkgs/zsh-syntax-highlighting/template diff --git a/srcpkgs/zsh-syntax-highlighting/INSTALL.msg b/srcpkgs/zsh-syntax-highlighting/INSTALL.msg new file mode 100644 index 00000000000..164e632fcba --- /dev/null +++ b/srcpkgs/zsh-syntax-highlighting/INSTALL.msg @@ -0,0 +1,3 @@ +To activate zsh-syntax-highlighting source it at the end of ~/.zshrc: + + . /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh diff --git a/srcpkgs/zsh-syntax-highlighting/template b/srcpkgs/zsh-syntax-highlighting/template new file mode 100644 index 00000000000..fc4d197dc36 --- /dev/null +++ b/srcpkgs/zsh-syntax-highlighting/template @@ -0,0 +1,18 @@ +# Template file for 'zsh-syntax-highlighting' +pkgname=zsh-syntax-highlighting +version=0.2.1 +revision=1 +noarch=yes +depends="zsh" +short_desc="Fish shell like syntax highlighting for Zsh" +maintainer="Eivind Uggedal " +license="BSD" +homepage="https://github.com/zsh-users/zsh-syntax-highlighting" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=3cdf47ee613ff748230e9666c0122eca22dc05352f266fe640019c982f3ef6db + +do_install() { + vinstall ${pkgname}.zsh 644 usr/share/zsh/plugins/${pkgname} + vcopy highlighters usr/share/zsh/plugins/${pkgname} + vlicense COPYING.md +}