mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-04 08:55:20 +02:00
21 lines
713 B
Text
21 lines
713 B
Text
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
|
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
|
pkgname=zsh-autosuggestions
|
|
pkgver=0.7.1
|
|
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="
|
|
52c9dc8e9c4ba31788cf6c25448dbb8341545af7f763903533133d92a93e898256187e2f94b37c384926d9615b3bd61b7c6dd61337e1f47ae3babed813f9cc0b zsh-autosuggestions-0.7.1.tar.gz
|
|
"
|