aboutsummaryrefslogtreecommitdiffstats
path: root/testing/zsh-history-substring-search/APKBUILD
blob: 0f608644c9187d20151080d6394c61ce65d3f675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=zsh-history-substring-search
pkgver=1.0.2
pkgrel=0
pkgdesc="Zsh port of the Fish shell's history search"
url="https://github.com/zsh-users/zsh-history-substring-search"
arch="noarch"
license="BSD-3-Clause"
depends="zsh"
source="$pkgname-$pkgver.tar.gz::https://github.com/zsh-users/zsh-history-substring-search/archive/v$pkgver.tar.gz"
options="!check"  # upstream does not provide tests

package() {
	install -D -m 644 $pkgname.zsh \
		"$pkgdir"/usr/share/zsh/packages/$pkgname/$pkgname.zsh
}

sha512sums="9547cdd74f6bd5b102ca29b7b455cd4ce7450fe86864b5a149365de4c37d3da887edb403b195e80c142fe61861a3e4c063a5d8ba08ec0532b27a1207c80a023d  zsh-history-substring-search-1.0.2.tar.gz"