From 1680894ca4920011b8468f34e7f402a8b9567418 Mon Sep 17 00:00:00 2001 From: vinnyA3 Date: Sun, 11 Nov 2018 23:26:19 -0500 Subject: [PATCH] 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 --- srcpkgs/zsh-autosuggestions/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/zsh-autosuggestions/template diff --git a/srcpkgs/zsh-autosuggestions/template b/srcpkgs/zsh-autosuggestions/template new file mode 100644 index 0000000000..b0c65ed776 --- /dev/null +++ b/srcpkgs/zsh-autosuggestions/template @@ -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 " +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 +}