New package: zsh-autosuggestions-0.4.3

Added package template for the zsh-autosuggestions plugin
Deleted `INSTALL.md`
Removed distfile rename

New package: zsh-autosuggestions-0.4.3
This commit is contained in:
vinnyA3 2018-11-11 23:26:19 -05:00 committed by maxice8
parent f9bf887ced
commit 1680894ca4
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# 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
}