19 lines
667 B
Bash
19 lines
667 B
Bash
# Template file for 'zsh-autosuggestions'
|
|
pkgname=zsh-autosuggestions
|
|
version=0.7.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
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=ccd97fe9d7250b634683c651ef8a2fe3513ea917d1b491e8696a2a352b714f08
|
|
|
|
do_install() {
|
|
vinstall zsh-autosuggestions.zsh 644 usr/share/zsh/plugins/zsh-autosuggestions
|
|
vinstall zsh-autosuggestions.plugin.zsh 644 usr/share/zsh/plugins/zsh-autosuggestions
|
|
vlicense LICENSE
|
|
}
|