17 lines
555 B
Bash
17 lines
555 B
Bash
# Template file for 'loki'
|
|
pkgname=loki
|
|
version=2.9.2
|
|
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=9c1a153ab4d57d5c109dbf55d4ea5aeab2159ccf51d3b8cc8fea19970f0a88d8
|