void-packages/srcpkgs/s/template
Daniel Lewan 2ac6b2ba9f s: update to 0.5.16.
Closes: #32271 [via git-merge-pr]
2021-08-01 19:40:14 -04:00

19 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
}