mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
zsh-syntax-highlighting: update to 0.8.0.
This commit is contained in:
parent
d2ade215f1
commit
f18e0247cf
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'zsh-syntax-highlighting'
|
# Template file for 'zsh-syntax-highlighting'
|
||||||
pkgname=zsh-syntax-highlighting
|
pkgname=zsh-syntax-highlighting
|
||||||
version=0.7.1
|
version=0.8.0
|
||||||
revision=3
|
revision=1
|
||||||
depends="zsh"
|
depends="zsh"
|
||||||
short_desc="Fish shell like syntax highlighting for Zsh"
|
short_desc="Fish shell like syntax highlighting for Zsh"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -9,7 +9,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://github.com/zsh-users/zsh-syntax-highlighting"
|
homepage="https://github.com/zsh-users/zsh-syntax-highlighting"
|
||||||
changelog="https://raw.githubusercontent.com/zsh-users/zsh-syntax-highlighting/master/changelog.md"
|
changelog="https://raw.githubusercontent.com/zsh-users/zsh-syntax-highlighting/master/changelog.md"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=f5044266ee198468b1bcec881a56e6399e209657d6ed9fa6d21175bc76afdefa
|
checksum=5981c19ebaab027e356fe1ee5284f7a021b89d4405cc53dc84b476c3aee9cc32
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make install SHARE_DIR=${DESTDIR}/usr/share/zsh/plugins/${pkgname} DOC_DIR=${DESTDIR}/usr/share/zsh/plugins/${pkgname}/doc
|
make install SHARE_DIR=${DESTDIR}/usr/share/zsh/plugins/${pkgname} DOC_DIR=${DESTDIR}/usr/share/zsh/plugins/${pkgname}/doc
|
||||||
|
|
Loading…
Add table
Reference in a new issue