19 lines
582 B
Bash
19 lines
582 B
Bash
# Template file for 'loki'
|
|
pkgname=loki
|
|
version=2.8.4
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/grafana/loki"
|
|
go_package="${go_import_path}/cmd/loki
|
|
${go_import_path}/cmd/logcli
|
|
${go_import_path}/cmd/loki-canary"
|
|
hostmakedepends="go1.20"
|
|
short_desc="Like Prometheus, but for logs"
|
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://grafana.com/oss/loki/"
|
|
distfiles="https://github.com/grafana/loki/archive/v$version.tar.gz"
|
|
checksum=d594cb86866e2edeeeb6b962c4da3d1052ad9f586b666947eb381a9402338802
|
|
|
|
export GOTOOLCHAIN=go1.20
|