aboutsummaryrefslogtreecommitdiffstats
path: root/testing/zsh-history-substring-search/APKBUILD
blob: 63c52adf0a8385620ba8c5c029a8fc2159db4151 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=zsh-history-substring-search
pkgver=1.0.1
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"
depends="zsh"
source="$pkgname-$pkgver.tar.gz::https://github.com/zsh-users/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
options="!check"  # upstream does not provide tests

package() {
	cd "$builddir"

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

sha512sums="0795befa068cedd46578960cf4102baafd182b69db598700c6361aebf17f64615972a981a5c4aad48318c45e9e9cd623d53956c704baa1b024cef9df83b138eb  zsh-history-substring-search-1.0.1.tar.gz"