21 lines
628 B
Bash
21 lines
628 B
Bash
# Template file for 'zsh-history-substring-search'
|
|
pkgname=zsh-history-substring-search
|
|
version=1.0.2
|
|
revision=2
|
|
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
|
|
vlicense LICENSE
|
|
}
|