18 lines
534 B
Bash
18 lines
534 B
Bash
# Template file for 's'
|
|
pkgname=s
|
|
version=0.5.15
|
|
revision=3
|
|
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=d697da32c050d026983a9696d14dace8926838eef9f491937a4f14215b674c6a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vinstall autocomplete/s.fish 644 usr/share/fish/vendor_completions.d
|
|
}
|