vp-build/srcpkgs/s/template

19 lines
525 B
Bash

# Template file for 's'
pkgname=s
version=0.5.14
revision=2
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=c32eedf6a4080cbe221c902cf7f63b1668b3927edfc448d963d69ed66c8ec2fb
post_install() {
vlicense LICENSE
vinstall autocomplete/s.fish 644 usr/share/fish/completions
}