New package: zsh-history-substring-search-1.0.2
Closes: #12092 Closes: #12156 [via git-merge-pr]
This commit is contained in:
parent
0d36ffad29
commit
0b3a4c03ae
2 changed files with 25 additions and 0 deletions
3
srcpkgs/zsh-history-substring-search/INSTALL.msg
Normal file
3
srcpkgs/zsh-history-substring-search/INSTALL.msg
Normal file
|
@ -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.zsh
|
22
srcpkgs/zsh-history-substring-search/template
Normal file
22
srcpkgs/zsh-history-substring-search/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'zsh-history-substring-search'
|
||||
pkgname=zsh-history-substring-search
|
||||
version=1.0.2
|
||||
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=c1bb21490bd31273fb511b23000fb7caf49c258a79c4b8842f3e1f2ff76fd84c
|
||||
|
||||
do_install() {
|
||||
vinstall ${pkgname}.zsh 644 usr/share/zsh/plugins/${pkgname}
|
||||
|
||||
vdoc README.md
|
||||
|
||||
sed -n '2,40p' zsh-history-substring-search.zsh > LICENSE
|
||||
# md5=f67bee20f24fc047cd8456b5df859105
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue