19 lines
565 B
Bash
19 lines
565 B
Bash
# Template file for 'stern'
|
|
pkgname=stern
|
|
version=1.11.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/wercker/stern"
|
|
hostmakedepends="git govendor"
|
|
short_desc="Multi pod and container log tailing for Kubernetes"
|
|
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/wercker/stern"
|
|
distfiles="https://github.com/wercker/stern/archive/${version}.tar.gz"
|
|
checksum=d6f47d3a6f47680d3e4afebc8b01a14f0affcd8fb625132af14bb77843f0333f
|
|
|
|
pre_build() {
|
|
pushd $GOPATH/src/github.com/wercker/stern
|
|
govendor sync -v
|
|
popd
|
|
}
|