From cd329de7c8f8015d72b277e965663ac26a84a6da Mon Sep 17 00:00:00 2001 From: akhil Date: Sun, 7 Aug 2022 19:10:43 +0530 Subject: [PATCH] New package: zsh-fast-syntax-highlighting-1.55 Update srcpkgs/zsh-fast-syntax-highlighting/template Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com> --- srcpkgs/zsh-fast-syntax-highlighting/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/zsh-fast-syntax-highlighting/template diff --git a/srcpkgs/zsh-fast-syntax-highlighting/template b/srcpkgs/zsh-fast-syntax-highlighting/template new file mode 100644 index 000000000000..8a3908d3ac73 --- /dev/null +++ b/srcpkgs/zsh-fast-syntax-highlighting/template @@ -0,0 +1,19 @@ +# Template file for 'zsh-fast-syntax-highlighting' +pkgname=zsh-fast-syntax-highlighting +version=1.55 +revision=1 +wrksrc="${pkgname#zsh-}-${version}" +depends="zsh" +short_desc="Feature-rich syntax highlighting for ZSH" +maintainer="akhil " +license="BSD-3-Clause" +homepage="https://github.com/zdharma-continuum/fast-syntax-highlighting" +changelog="https://github.com/zdharma-continuum/fast-syntax-highlighting/blob/master/CHANGELOG.md" +distfiles="https://github.com/zdharma-continuum/fast-syntax-highlighting/archive/refs/tags/v${version}.tar.gz" +checksum=d06cea9c047ce46ad09ffd01a8489a849fc65b8b6310bd08f8bcec9d6f81a898 + +do_install() { + vmkdir usr/share/zsh/plugins/${pkgname} + vcopy . usr/share/zsh/plugins/${pkgname} + vlicense LICENSE +}