19 lines
612 B
Bash
19 lines
612 B
Bash
# Template file for 'zsh-autosuggestions'
|
|
pkgname=zsh-autosuggestions
|
|
version=0.5.2
|
|
revision=1
|
|
archs=noarch
|
|
depends="zsh"
|
|
short_desc="Fish-like autosuggestions for zsh"
|
|
maintainer="vinnyA3 <vincent.aceto@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/zsh-users/zsh-autosuggestions"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=7ac1c1dbab0d58e8d385dfc5fa9148707a53f029f43d046efb01092f68cc5218
|
|
|
|
do_install() {
|
|
vinstall ${pkgname}.zsh 644 usr/share/zsh/plugins/${pkgname}
|
|
vinstall VERSION 644 usr/share/zsh/plugins/${pkgname}
|
|
vcopy src usr/share/zsh/plugins/${pkgname}
|
|
vlicense LICENSE
|
|
}
|