diff options
Diffstat (limited to 'shells/zsh-autosuggestions')
-rw-r--r-- | shells/zsh-autosuggestions/Makefile | 28 | ||||
-rw-r--r-- | shells/zsh-autosuggestions/distinfo | 3 | ||||
-rw-r--r-- | shells/zsh-autosuggestions/files/pkg-message.in | 5 | ||||
-rw-r--r-- | shells/zsh-autosuggestions/pkg-descr | 4 |
4 files changed, 40 insertions, 0 deletions
diff --git a/shells/zsh-autosuggestions/Makefile b/shells/zsh-autosuggestions/Makefile new file mode 100644 index 000000000000..79071faf6670 --- /dev/null +++ b/shells/zsh-autosuggestions/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= zsh-autosuggestions +DISTVERSIONPREFIX= v +DISTVERSION= 0.5.2 +CATEGORIES= textproc + +MAINTAINER= jrm@FreeBSD.org +COMMENT= Fish-like autosuggestions for Zsh + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= zsh>=4.3:shells/zsh + +USE_GITHUB= yes +GH_ACCOUNT= zsh-users + +NO_ARCH= yes +NO_BUILD= yes +PLIST_FILES= ${DATADIR}/${PORTNAME}.zsh +SUB_FILES= pkg-message + +do-install: + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/zsh-autosuggestions.zsh ${STAGEDIR}/${DATADIR} + +.include <bsd.port.mk> diff --git a/shells/zsh-autosuggestions/distinfo b/shells/zsh-autosuggestions/distinfo new file mode 100644 index 000000000000..589c6bbf146b --- /dev/null +++ b/shells/zsh-autosuggestions/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1555512722 +SHA256 (zsh-users-zsh-autosuggestions-v0.5.2_GH0.tar.gz) = 7ac1c1dbab0d58e8d385dfc5fa9148707a53f029f43d046efb01092f68cc5218 +SIZE (zsh-users-zsh-autosuggestions-v0.5.2_GH0.tar.gz) = 21702 diff --git a/shells/zsh-autosuggestions/files/pkg-message.in b/shells/zsh-autosuggestions/files/pkg-message.in new file mode 100644 index 000000000000..b478ca7d39e5 --- /dev/null +++ b/shells/zsh-autosuggestions/files/pkg-message.in @@ -0,0 +1,5 @@ +================================================================================ +Add the line below to your .zshrc to enable auto suggestions. + +source %%DATADIR%%/zsh-autosuggestions.zsh +================================================================================ diff --git a/shells/zsh-autosuggestions/pkg-descr b/shells/zsh-autosuggestions/pkg-descr new file mode 100644 index 000000000000..ae4b6be01ab9 --- /dev/null +++ b/shells/zsh-autosuggestions/pkg-descr @@ -0,0 +1,4 @@ +zsh-autosuggestions enables fast and unobtrusive fish-like autosuggestions +for Zsh. It suggests commands as you type, based on command history. + +WWW: https://github.com/zsh-users/zsh-autosuggestions |