# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=zsh-shift-select
pkgver=0.1.1
pkgrel=0
pkgdesc="Select text in Zsh command line using Shift, as in many text editors"
url="https://github.com/jirutka/zsh-shift-select/"
arch="noarch"
license="MIT"
depends="zsh"
source="https://github.com/jirutka/zsh-shift-select/archive/v$pkgver/zsh-shift-select-$pkgver.tar.gz"
options="!check"  # no tests provided

package() {
	install -D $pkgname.plugin.zsh -t "$pkgdir"/usr/share/zsh/plugins/$pkgname/
}

sha512sums="
885e75e5bacf8c7b47cac810f2248e18f4bdb301087abf1d6464057da2f8847ad77cdcc8c8f664402c947d82976bca81f8ee6ea9c03bab56083b2c239455c9ca  zsh-shift-select-0.1.1.tar.gz
"
