17 lines
522 B
Bash
17 lines
522 B
Bash
# Template file for 'pgmetrics'
|
|
pkgname=pgmetrics
|
|
version=1.13.1
|
|
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=095254fa5110858f80263d613afb7a6e720bad98c1acd71152898c18a08bcd24
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
}
|