From 4850969494cded669cc01318549093574c2ba7ca Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 23 Jul 2017 00:00:31 +0200 Subject: testing/zsh-history-substring-search: new aport https://github.com/zsh-users/zsh-history-substring-search Zsh port of the Fish shell's history search --- testing/zsh-history-substring-search/APKBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 testing/zsh-history-substring-search/APKBUILD (limited to 'testing') diff --git a/testing/zsh-history-substring-search/APKBUILD b/testing/zsh-history-substring-search/APKBUILD new file mode 100644 index 0000000000..63c52adf0a --- /dev/null +++ b/testing/zsh-history-substring-search/APKBUILD @@ -0,0 +1,22 @@ +# Contributor: Jakub Jirutka +# Maintainer: Jakub Jirutka +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" -- cgit v1.2.3