# zsh-syntax-highlighting - Syntax highlighting for zsh
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=zsh-syntax-highlighting
version=0.8.0
release=1
desc="Syntax highlighting for zsh"
url="https://github.com/zsh-users/zsh-syntax-highlighting"
license="BSD-3-Clause"
depend="zsh"
makedepend=""
source="https://github.com/zsh-users/zsh-syntax-highlighting/archive/refs/tags/0.8.0.tar.gz"
sha256="SKIP"

build() {
	cd "zsh-syntax-highlighting-0.8.0"
	make -j"$JOBS" PREFIX=/usr
}

package() {
	cd "zsh-syntax-highlighting-0.8.0"
	make PREFIX=/usr DESTDIR="$pkgdir" install
}
