From 0bcc8a35311e21683fb86ac35c814bbcc491855c Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sun, 24 Oct 2021 21:18:44 -0400 Subject: [PATCH] New package: fast-syntax-highlighting-1.55 --- srcpkgs/fast-syntax-highlighting/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/fast-syntax-highlighting/template diff --git a/srcpkgs/fast-syntax-highlighting/template b/srcpkgs/fast-syntax-highlighting/template new file mode 100644 index 000000000000..0f27c7b368fb --- /dev/null +++ b/srcpkgs/fast-syntax-highlighting/template @@ -0,0 +1,23 @@ +# Template file for 'fast-syntax-highlighting' +pkgname=fast-syntax-highlighting +version=1.55 +revision=1 +depends="zsh" +short_desc="Feature rich syntax highlighting for Zsh" +maintainer="cinerea0 " +license="BSD-3-Clause" +homepage="https://github.com/zdharma/fast-syntax-highlighting" +changelog="https://raw.githubusercontent.com/zdharma/fast-syntax-highlighting/master/CHANGELOG.md" +distfiles="https://github.com/zdharma/fast-syntax-highlighting/archive/refs/tags/v${version}.tar.gz" +checksum=d06cea9c047ce46ad09ffd01a8489a849fc65b8b6310bd08f8bcec9d6f81a898 + +do_install() { + local prefix=usr/share/zsh/plugins/fast-syntax-highlighting + vmkdir ${prefix} + vcopy "fast*" ${prefix} + vcopy "./-fast*" ${prefix} + vcopy themes ${prefix} + vcopy :chroma ${prefix} + vcompletion _fast-theme zsh + vlicense LICENSE +}