summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2017-12-07 23:14:32 +0000
committerminskim <minskim@pkgsrc.org>2017-12-07 23:14:32 +0000
commitd0703ea1d987053d7f3a2760e84578761aac9f03 (patch)
treeb84d9395ac49010f6ec068a4b375316589adea8f
parentd70b6041e3e468b400b5708efa22ce92aaf23597 (diff)
downloadpkgsrc-d0703ea1d987053d7f3a2760e84578761aac9f03.tar.gz
shells/zsh-autosuggestions: Import version 0.4.2
Fish-like fast/unobtrusive autosuggestions for zsh. It suggests commands as you type, based on command history.
-rw-r--r--shells/zsh-autosuggestions/DESCR2
-rw-r--r--shells/zsh-autosuggestions/Makefile25
-rw-r--r--shells/zsh-autosuggestions/PLIST2
-rw-r--r--shells/zsh-autosuggestions/distinfo6
4 files changed, 35 insertions, 0 deletions
diff --git a/shells/zsh-autosuggestions/DESCR b/shells/zsh-autosuggestions/DESCR
new file mode 100644
index 00000000000..928788398c9
--- /dev/null
+++ b/shells/zsh-autosuggestions/DESCR
@@ -0,0 +1,2 @@
+Fish-like fast/unobtrusive autosuggestions for zsh. It suggests
+commands as you type, based on command history.
diff --git a/shells/zsh-autosuggestions/Makefile b/shells/zsh-autosuggestions/Makefile
new file mode 100644
index 00000000000..06410df4676
--- /dev/null
+++ b/shells/zsh-autosuggestions/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2017/12/07 23:14:32 minskim Exp $
+
+DISTNAME= zsh-autosuggestions-0.4.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"
diff --git a/shells/zsh-autosuggestions/PLIST b/shells/zsh-autosuggestions/PLIST
new file mode 100644
index 00000000000..23bd9085c5c
--- /dev/null
+++ b/shells/zsh-autosuggestions/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/12/07 23:14:32 minskim Exp $
+share/zsh-autosuggestions/zsh-autosuggestions.zsh
diff --git a/shells/zsh-autosuggestions/distinfo b/shells/zsh-autosuggestions/distinfo
new file mode 100644
index 00000000000..564e1c64fb7
--- /dev/null
+++ b/shells/zsh-autosuggestions/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/12/07 23:14:32 minskim Exp $
+
+SHA1 (zsh-autosuggestions-0.4.2.tar.gz) = 8cd6c149b1c4ac92d66e69857febd8f0f0aff141
+RMD160 (zsh-autosuggestions-0.4.2.tar.gz) = 1ab509c1bd223760662362f252aa57473cd06408
+SHA512 (zsh-autosuggestions-0.4.2.tar.gz) = 67aae94211e6666d3a0f539509142d94b03ceb3d171e92b26fbf1a5a86185af515af07b9c244e258da321f1116624e6ed85eb77df73bd89e76246d415a18852b
+Size (zsh-autosuggestions-0.4.2.tar.gz) = 19251 bytes