20 lines
612 B
Bash
20 lines
612 B
Bash
# Template file for 'zsh-autosuggestions'
|
|
pkgname=zsh-autosuggestions
|
|
version=0.5.0
|
|
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=3067774d3129fa3220f7010d79ee735d1bbea0a07b6bf32c5b38dd37188538d9
|
|
|
|
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
|
|
}
|