mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
chronograf: update to 1.7.6.
This commit is contained in:
parent
ffd287d349
commit
accbad2ff8
1 changed files with 6 additions and 5 deletions
|
@ -1,21 +1,22 @@
|
||||||
# Template file for 'chronograf'
|
# Template file for 'chronograf'
|
||||||
pkgname=chronograf
|
pkgname=chronograf
|
||||||
version=1.7.5
|
version=1.7.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/influxdata/${pkgname}"
|
go_import_path="github.com/influxdata/${pkgname}"
|
||||||
go_package="${go_import_path}/cmd/chronograf"
|
go_package="${go_import_path}/cmd/chronograf"
|
||||||
go_ldflags="-X main.version=${version}"
|
go_ldflags="-X main.version=${version}"
|
||||||
hostmakedepends="dep go-bindata nodejs-lts yarn python"
|
hostmakedepends="dep go-bindata nodejs-lts yarn python"
|
||||||
system_accounts="_chronograf"
|
|
||||||
_chronograf_homedir="/var/lib/${pkgname}"
|
|
||||||
make_dirs="${_chronograf_homedir} 0755 _chronograf _chronograf"
|
|
||||||
short_desc="Open source monitoring and visualization UI for the TICK stack"
|
short_desc="Open source monitoring and visualization UI for the TICK stack"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
license="AGPL-3.0"
|
license="AGPL-3.0"
|
||||||
homepage="https://www.influxdata.com/time-series-platform/chronograf/"
|
homepage="https://www.influxdata.com/time-series-platform/chronograf/"
|
||||||
distfiles="https://github.com/influxdata/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/influxdata/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=53c458b91982b679bcfee400155c9978c64a6c620846e366326dfc65885fbf11
|
checksum=d48d76c7ff0bf338e013e7625ce2738a1d670213482c1c5fa95edf7336c8bf4e
|
||||||
|
|
||||||
|
system_accounts="_chronograf"
|
||||||
|
_chronograf_homedir="/var/lib/${pkgname}"
|
||||||
|
make_dirs="${_chronograf_homedir} 0755 _chronograf _chronograf"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cd $GOSRCPATH
|
cd $GOSRCPATH
|
||||||
|
|
Loading…
Add table
Reference in a new issue