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