15 lines
515 B
Bash
15 lines
515 B
Bash
# Template file for 'stern'
|
|
pkgname=stern
|
|
version=1.20.1
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/stern/stern"
|
|
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/stern/stern"
|
|
distfiles="https://github.com/stern/stern/archive/v${version}.tar.gz"
|
|
checksum=941bd4754b0efa9d0692edcae2eb97362f6caa5ccc5aba1be6b4aab0c579bf47
|
|
|
|
# fix: collect2: fatal error: cannot find 'ld'
|
|
LDFLAGS="-fuse-ld=bfd"
|