Skip to content

Commit

Permalink
New package: zsh-fast-syntax-highlighting-1.55
Browse files Browse the repository at this point in the history
Update srcpkgs/zsh-fast-syntax-highlighting/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
  • Loading branch information
akhilj-git and classabbyamp committed Aug 7, 2022
1 parent 5d7589f commit 7991fec
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions srcpkgs/zsh-fast-syntax-highlighting/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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 <akhil.j@outlook.in>"
license="BSD-3-Clause"
homepage="https://github.com/zdharma-continuum/${pkgname#zsh-}"
distfiles="https://github.com/zdharma-continuum/${pkgname#zsh-}/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
}

0 comments on commit 7991fec

Please sign in to comment.