pkgsrc/shells/zsh-autosuggestions/Makefile
wiz 2035b6293f zsh-autosuggestions: update to 0.5.2.
## v0.5.2
- Allow disabling automatic widget re-binding for better performance (#418)
- Fix async suggestions when `SH_WORD_SPLIT` is set
- Refactor async mode to use process substitution instead of zpty (#417)

## v0.5.1
- Speed up widget rebinding (#413)
- Clean up global variable creations (#403)
- Respect user's set options when running original widget (#402)
2019-04-17 10:02:01 +00:00

25 lines
611 B
Makefile

# $NetBSD: Makefile,v 1.4 2019/04/17 10:02:01 wiz Exp $
DISTNAME= zsh-autosuggestions-0.5.2
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"