18 lines
537 B
Bash
18 lines
537 B
Bash
# Template file for 'pgmetrics'
|
|
pkgname=pgmetrics
|
|
version=1.15.0
|
|
revision=2
|
|
build_style=go
|
|
go_import_path="github.com/rapidloop/pgmetrics"
|
|
go_package="./cmd/pgmetrics"
|
|
short_desc="Collect and display statistics from running Postgresql"
|
|
maintainer="Gerardo Di iorio <arete74@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://pgmetrics.io"
|
|
distfiles="https://github.com/rapidloop/pgmetrics/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=2975c4c5fbc8ebffeeb4afa0fd783bef60b3034c8d882d7e6d630ed5af803018
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
}
|