vp-build/srcpkgs/zsh-autosuggestions/template

20 lines
610 B
Bash

# Template file for 'zsh-autosuggestions'
pkgname=zsh-autosuggestions
version=0.4.3
revision=1
noarch=yes
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=da6d0401324ba50e1baeaa1b61c542eeff7fd84ff2375445cbcd982ffdfe6d37
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
}