diff --git a/srcpkgs/pgmetrics/template b/srcpkgs/pgmetrics/template new file mode 100644 index 00000000000..944110d782c --- /dev/null +++ b/srcpkgs/pgmetrics/template @@ -0,0 +1,16 @@ +# Template file for 'pgmetrics' +pkgname=pgmetrics +version=1.12.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 " +license="Apache-2.0" +homepage="https://pgmetrics.io" +distfiles="https://github.com/rapidloop/pgmetrics/archive/refs/tags/v${version}.tar.gz" +checksum=82f2527b4754f3b96282d14de7ddbd98fa7030ede193361062b6a83f51c68acf + +post_install() { + vdoc README.md +}