void-packages/srcpkgs/stern/template
Daniel Lewan e38f430760 stern: update to 1.19.0.
switch to maintained fork
2021-07-28 01:56:09 -03:00

16 lines
515 B
Bash

# Template file for 'stern'
pkgname=stern
version=1.19.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=1f19f9ec21f07317ce53b333b9633b6b91392f5af6b0fff2657ee1b2a0bae707
# fix: collect2: fatal error: cannot find 'ld'
LDFLAGS="-fuse-ld=bfd"