15 lines
515 B
Bash
15 lines
515 B
Bash
# Template file for 'stern'
|
|
pkgname=stern
|
|
version=1.21.0
|
|
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=0ccf1375ee3c20508c37de288a46faa6b0e4dffb3a3749f4b699a30f95e861be
|
|
|
|
# fix: collect2: fatal error: cannot find 'ld'
|
|
LDFLAGS="-fuse-ld=bfd"
|