# Contributor: Jakub Jirutka # Maintainer: Jakub Jirutka pkgname=zsh-autosuggestions pkgver=0.6.3 pkgrel=0 pkgdesc="Fish-like autosuggestions for Zsh" options="!check" # No testsuite url="https://github.com/zsh-users/zsh-autosuggestions" arch="noarch" license="MIT" depends="zsh" source="$pkgname-$pkgver.tar.gz::https://github.com/zsh-users/zsh-autosuggestions/archive/v$pkgver.tar.gz" package() { install -D ${pkgname}.zsh ${pkgname}.plugin.zsh -t \ "$pkgdir/usr/share/zsh/plugins/$pkgname" } sha512sums="bafeca5c6ef3d315310976762fdc5db5ae3db3960c4ac17c1ac139a4d09c2733c24884e7f708881e3f3cacf96c39d9ddeac0b1ca6c8720d2febb41c9894d4ad3 zsh-autosuggestions-0.6.3.tar.gz"