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:
parent
f9bf887ced
commit
1680894ca4
19
srcpkgs/zsh-autosuggestions/template
Normal file
19
srcpkgs/zsh-autosuggestions/template
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user