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

* Re: New package: zsh-history-substring-search-1.0.1
  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
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-06-05  1:45 UTC (permalink / raw)
  To: ml

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

New comment by youngjinpark20 on void-packages repository

https://github.com/void-linux/void-packages/pull/12156#issuecomment-498906401
Comment:
BSD License is included within the shell script. Does it still need a separate license?

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

* Re: New package: zsh-history-substring-search-1.0.1
  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
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-06-05  5:30 UTC (permalink / raw)
  To: ml

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

New comment by sirikid on void-packages repository

https://github.com/void-linux/void-packages/pull/12156#issuecomment-498944060
Comment:
Manual.md says yes

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

* Re: New package: zsh-history-substring-search-1.0.1
  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
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-06-05  6:04 UTC (permalink / raw)
  To: ml

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

New comment by youngjinpark20 on void-packages repository

https://github.com/void-linux/void-packages/pull/12156#issuecomment-498950644
Comment:
It's true that's what it says, but the reason why that rule is there is that these licenses require a copy of the license to be also supplied with the program. 

If it's a binary, like the the manual indicates, then indeed we have to include the license, since it would get destroyed in the compiling process. However, in this case it's an interpreted shell script, which means the license remains intact. It's not legally necessary to include licenses like it is with binaries in this scenario.

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

* Re: New package: zsh-history-substring-search-1.0.1
  2019-06-04 23:42 [PR PATCH] New package: zsh-history-substring-search-1.0.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-05  6:04 ` voidlinux-github
@ 2019-06-05  6:30 ` voidlinux-github
  2019-06-05  8:57 ` voidlinux-github
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-06-05  6:30 UTC (permalink / raw)
  To: ml

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

New comment by sirikid on void-packages repository

https://github.com/void-linux/void-packages/pull/12156#issuecomment-498956147
Comment:
There are two other similar packages ([zsh-autosuggestions](https://github.com/void-linux/void-packages/blob/b493c6e2975ef32e4f697ccb3f634670f9eb9e88/srcpkgs/zsh-autosuggestions/template) and [zsh-syntax-highlighting](https://github.com/void-linux/void-packages/blob/b493c6e2975ef32e4f697ccb3f634670f9eb9e88/srcpkgs/zsh-syntax-highlighting/template)) and both install their own license.

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

* Re: New package: zsh-history-substring-search-1.0.1
  2019-06-04 23:42 [PR PATCH] New package: zsh-history-substring-search-1.0.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-05  6:30 ` voidlinux-github
@ 2019-06-05  8:57 ` voidlinux-github
  2020-03-03 20:18 ` PillTime
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-06-05  8:57 UTC (permalink / raw)
  To: ml

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

New comment by youngjinpark20 on void-packages repository

https://github.com/void-linux/void-packages/pull/12156#issuecomment-498999349
Comment:
Those similar packages provide the license in their way. This package does it differently in a way that's also legally acceptable.

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

* Re: New package: zsh-history-substring-search-1.0.1
  2019-06-04 23:42 [PR PATCH] New package: zsh-history-substring-search-1.0.1 voidlinux-github
                   ` (4 preceding siblings ...)
  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
  7 siblings, 0 replies; 9+ messages in thread
From: PillTime @ 2020-03-03 20:18 UTC (permalink / raw)
  To: ml

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

New comment by PillTime on void-packages repository

https://github.com/void-linux/void-packages/pull/12156#issuecomment-594148107

Comment:
I know this is a bit old, but would it be possible to add
```
sed -E '/#{60,}/,/#{60,}/!d;1,3d' ${pkgname}.zsh | head -n -2 > LICENSE
vlicense LICENSE
```
to the do_install() function?

It's a bit hacky, but it works.

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

* Re: New package: zsh-history-substring-search-1.0.1
  2019-06-04 23:42 [PR PATCH] New package: zsh-history-substring-search-1.0.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2020-03-03 20:18 ` PillTime
@ 2020-03-04 10:41 ` PillTime
  2020-05-15 10:33 ` [PR PATCH] [Closed]: " Piraty
  7 siblings, 0 replies; 9+ messages in thread
From: PillTime @ 2020-03-04 10:41 UTC (permalink / raw)
  To: ml

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

New comment by PillTime on void-packages repository

https://github.com/void-linux/void-packages/pull/12156#issuecomment-594148107

Comment:
I know this is a bit old, but would it be possible to add
```
sed -E '/#{60,}/,/#{60,}/!d;1,3d' ${pkgname}.zsh | head -n -2 > LICENSE
vlicense LICENSE
```
to the do_install() function?

It's a bit hacky, but it should work.

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

* Re: [PR PATCH] [Closed]: New package: zsh-history-substring-search-1.0.1
  2019-06-04 23:42 [PR PATCH] New package: zsh-history-substring-search-1.0.1 voidlinux-github
                   ` (6 preceding siblings ...)
  2020-03-04 10:41 ` PillTime
@ 2020-05-15 10:33 ` Piraty
  7 siblings, 0 replies; 9+ messages in thread
From: Piraty @ 2020-05-15 10:33 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

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

Description:
closes #12092

^ 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).