Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: zsh-history-substring-search-1.0.1
@ 2019-06-04 23:42 voidlinux-github
  2019-06-05  1:45 ` voidlinux-github
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: voidlinux-github @ 2019-06-04 23:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

There is a new pull request by youngjinpark20 against master on the void-packages repository

https://github.com/youngjinpark20/void-packages zsh-history-substring-search
https://github.com/void-linux/void-packages/pull/12156

New package: zsh-history-substring-search-1.0.1
closes #12092

A patch file from https://github.com/void-linux/void-packages/pull/12156.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zsh-history-substring-search-12156.patch --]
[-- Type: application/text/x-diff, Size: 1759 bytes --]

From 80fe0018b3af20ec588d2dcdf9f33c92e68659bc Mon Sep 17 00:00:00 2001
From: Young Jin Park <youngjinpark20@gmail.com>
Date: Wed, 5 Jun 2019 08:40:37 +0900
Subject: [PATCH] New package: zsh-history-substring-search-1.0.1

closes #12092
---
 srcpkgs/zsh-history-substring-search/INSTALL.msg |  3 +++
 srcpkgs/zsh-history-substring-search/template    | 16 ++++++++++++++++
 2 files changed, 19 insertions(+)
 create mode 100644 srcpkgs/zsh-history-substring-search/INSTALL.msg
 create mode 100644 srcpkgs/zsh-history-substring-search/template

diff --git a/srcpkgs/zsh-history-substring-search/INSTALL.msg b/srcpkgs/zsh-history-substring-search/INSTALL.msg
new file mode 100644
index 00000000000..089875bb908
--- /dev/null
+++ b/srcpkgs/zsh-history-substring-search/INSTALL.msg
@@ -0,0 +1,3 @@
+To activate zsh-history-substring-search source it at the end of ~/.zshrc:
+
+	. /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search
diff --git a/srcpkgs/zsh-history-substring-search/template b/srcpkgs/zsh-history-substring-search/template
new file mode 100644
index 00000000000..6814ed9ca1c
--- /dev/null
+++ b/srcpkgs/zsh-history-substring-search/template
@@ -0,0 +1,16 @@
+# Template file for 'zsh-history-substring-search'
+pkgname=zsh-history-substring-search
+version=1.0.1
+revision=1
+archs=noarch
+depends="zsh"
+short_desc="Fish-like history search feature for zsh"
+maintainer="Young-Jin Park <youngjinpark20@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/zsh-users/zsh-history-substring-search"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=4de589fe54471f0c3449e74c8297b843ef57ce7d8c19d2cae4171a7d4021d85b
+
+do_install() {
+	vinstall ${pkgname}.zsh 644 usr/share/zsh/plugins/${pkgname}
+}

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-05-15 10:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-04 23:42 [PR PATCH] New package: zsh-history-substring-search-1.0.1 voidlinux-github
2019-06-05  1:45 ` voidlinux-github
2019-06-05  5:30 ` voidlinux-github
2019-06-05  6:04 ` voidlinux-github
2019-06-05  6:30 ` voidlinux-github
2019-06-05  8:57 ` voidlinux-github
2020-03-03 20:18 ` PillTime
2020-03-04 10:41 ` PillTime
2020-05-15 10:33 ` [PR PATCH] [Closed]: " Piraty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).