2ac6b2ba9f
Closes: #32271 [via git-merge-pr]
18 lines
534 B
Bash
18 lines
534 B
Bash
# Template file for 's'
|
|
pkgname=s
|
|
version=0.5.16
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/zquestz/s
|
|
hostmakedepends="git"
|
|
short_desc="Web search from the terminal"
|
|
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/zquestz/s"
|
|
distfiles="https://github.com/zquestz/s/archive/v${version}.tar.gz"
|
|
checksum=08b7082ff900c7ec61905d954b7025dc6f780c23c81f2f13e200b2bbd7a2ef9c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vinstall autocomplete/s.fish 644 usr/share/fish/vendor_completions.d
|
|
}
|