pkgsrc/shells/zsh-autosuggestions/Makefile
wiz 53d4ce2e1b zsh-autosuggestions: update to 0.6.4.
## v0.6.4
- Fix `vi-forward-char` triggering a bell when using it to accept a suggestion (#488)
- New configuration option to skip completion suggestions when buffer matches a pattern (#487)
- New configuration option to ignore history entries matching a pattern (#456)
2020-01-14 22:51:08 +00:00

25 lines
611 B
Makefile

# $NetBSD: Makefile,v 1.6 2020/01/14 22:51:08 wiz Exp $
DISTNAME= zsh-autosuggestions-0.6.4
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GITHUB:=zsh-users/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/zsh-users/zsh-autosuggestions
COMMENT= Fish-like autosuggestions for Zsh
LICENSE= mit
DEPENDS+= zsh>=4.3.11:../../shells/zsh
NO_BUILD= yes
NO_CONFIGURE= yes
USE_LANGUAGES= # none
INSTALLATION_DIRS+= share/${PKGBASE}
do-install:
${INSTALL_DATA} ${WRKSRC}/zsh-autosuggestions.zsh \
${DESTDIR}${PREFIX}/share/${PKGBASE}/
.include "../../mk/bsd.pkg.mk"