17 lines
522 B
Bash
17 lines
522 B
Bash
# Template file for 'pgmetrics'
|
|
pkgname=pgmetrics
|
|
version=1.13.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/rapidloop/pgmetrics/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=892c1aa621b99d4961d59b89ff1756d4be5d1f83278d90e065cf68ae1016b900
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
}
|