vp-build/srcpkgs/googler/template

20 lines
771 B
Bash

# Template file for 'googler'
pkgname=googler
version=3.7.1
revision=1
build_style=gnu-makefile
depends="python3 xsel xclip"
short_desc="Google Search, Site Search and News from the terminal"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/jarun/googler"
distfiles="https://github.com/jarun/googler/archive/v${version}.tar.gz"
checksum=1ceadab40fea49a113f46807a5c7297fcf145eeaa8128e33d53aadb275377f37
make_build_target=disable-self-upgrade
post_install() {
vinstall auto-completion/bash/googler-completion.bash 644 /usr/share/bash-completion/completions/googler
vinstall auto-completion/fish/googler.fish 644 /usr/share/fish/completions
vinstall auto-completion/zsh/_googler 644 /usr/share/zsh/site-functions
}