18 lines
537 B
Bash
18 lines
537 B
Bash
# Template file for 'pgmetrics'
|
|
pkgname=pgmetrics
|
|
version=1.16.0
|
|
revision=1
|
|
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=59c9c32be979071bb029bf21e4cfe7c8fd81f5ff8c8967e7e67fe30f3c4aa23e
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
}
|