mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 07:05:16 +02:00
16 lines
522 B
Bash
16 lines
522 B
Bash
# Template file for 'pgmetrics'
|
|
pkgname=pgmetrics
|
|
version=1.15.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=2975c4c5fbc8ebffeeb4afa0fd783bef60b3034c8d882d7e6d630ed5af803018
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
}
|