# Template file for 's'
pkgname=s
version=0.7.5
revision=1
build_helper=qemu
build_style=go
go_import_path=github.com/zquestz/s
short_desc="Web search from the terminal"
maintainer="Daniel Lewan <daniel@teddydd.me>"
license="MIT"
homepage="https://github.com/zquestz/s"
distfiles="https://github.com/zquestz/s/archive/v${version}.tar.gz"
checksum=dcf540314faee0bf551928e1b6c02cfdd4fa98a0e51d030f308a110a24a48ed9

post_build() {
	s_cli=$(find $GOPATH/bin -name s)
	vtargetrun $s_cli --completion bash >s.bash
	vtargetrun $s_cli --completion fish >s.fish
	vtargetrun $s_cli --completion zsh >s.zsh
}

post_install() {
	vlicense LICENSE
	vcompletion s.bash bash
	vcompletion s.fish fish
	vcompletion s.zsh zsh
}
