18 lines
455 B
Bash
18 lines
455 B
Bash
|
# Template file for 's'
|
||
|
pkgname=s
|
||
|
version=0.5.13
|
||
|
revision=1
|
||
|
build_style=go
|
||
|
go_import_path="github.com/zquestz/s"
|
||
|
hostmakedepends="git"
|
||
|
short_desc="Web search from the terminal"
|
||
|
maintainer="cr6git <quark6@protonmail.com>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/zquestz/s"
|
||
|
distfiles="https://github.com/zquestz/s/archive/v${version}.tar.gz"
|
||
|
checksum=aac903c372324b1e57b0c61ba28d2c631ed81cb0e04f085661f2b6c0763ec818
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|