pkgsrc/shells/zsh-autosuggestions/Makefile
wiz 5e5e54e289 zsh-autosuggestions: update to 0.7.0.
## v0.7.0
- Enable asynchronous mode by default (#498)
- No longer wrap user widgets starting with `autosuggest-` prefix (#496)
- Fix a bug wrapping widgets that modify the buffer (#541)
2021-06-10 10:16:33 +00:00

25 lines
611 B
Makefile

# $NetBSD: Makefile,v 1.7 2021/06/10 10:16:33 wiz Exp $
DISTNAME= zsh-autosuggestions-0.7.0
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"