void-packages/srcpkgs/zsh-autosuggestions/template

20 lines
649 B
Bash

# Template file for 'zsh-autosuggestions'
pkgname=zsh-autosuggestions
version=0.6.3
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="https://github.com/zsh-users/zsh-autosuggestions/archive/v${version}.tar.gz"
checksum=06f5c5bfedc469dc51f7a2db26ddc2dbcd2e742ea82d8057a7fa9e215c39db4c
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
}