mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
# Contributor: Dawid Dziurla <dawidd0811@gmail.com>
|
|
# Maintainer: Dawid Dziurla <dawidd0811@gmail.com>
|
|
pkgname=zsh-syntax-highlighting
|
|
pkgver=0.7.1
|
|
pkgrel=2
|
|
pkgdesc="Fish shell like syntax highlighting for Zsh"
|
|
url="https://github.com/zsh-users/zsh-syntax-highlighting"
|
|
arch="noarch"
|
|
license="BSD-3-Clause"
|
|
depends="zsh"
|
|
subpackages="$pkgname-doc"
|
|
source="$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
|
|
ungit.patch
|
|
install-plugin-zsh.patch
|
|
"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
check() {
|
|
make test
|
|
}
|
|
|
|
package() {
|
|
make install DESTDIR="$pkgdir" PREFIX="/usr" \
|
|
SHARE_DIR="$pkgdir/usr/share/zsh/plugins/$pkgname"
|
|
}
|
|
|
|
sha512sums="
|
|
e7e86b88cdac9b9ed5f973823ba8efff99dd720b9ed929f765f9f9266b9d6e147274f5957ceb630d51a660e396fc22e97f10cfbc5cdde941b907f3773bb1ea2b zsh-syntax-highlighting-0.7.1.tar.gz
|
|
fbcc80362269bef7902b153470a4dbf0031c30d4bc92a2efaccf2b74b70cd26ff0202011e8ca63bce68bac3a3dbd47cc3c1015358aed8cf12332942fd186ab2d ungit.patch
|
|
f270feb2e8a761d23f6429df86a0197be51b3f1e7044f9d29feabe1700f7a8e4794c35ced61cac7636288ec3d8d0a000fa9916e3756f136875ec5d48a0a177c3 install-plugin-zsh.patch
|
|
"
|