20 lines
776 B
Bash
20 lines
776 B
Bash
# Template file for 'googler'
|
|
pkgname=googler
|
|
version=4.3.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_build_target=disable-self-upgrade
|
|
depends="python3 xsel xclip"
|
|
short_desc="Google Search, Site Search and News from the terminal"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/jarun/googler"
|
|
distfiles="https://github.com/jarun/googler/archive/v${version}.tar.gz"
|
|
checksum=bd59af407e9a45c8a6fcbeb720790cb9eccff21dc7e184716a60e29f14c68d54
|
|
|
|
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/vendor_completions.d
|
|
vinstall auto-completion/zsh/_googler 644 /usr/share/zsh/site-functions
|
|
}
|