New package: pg_top-4.1.1

This commit is contained in:
Leah Neukirchen 2025-04-24 11:00:24 +02:00
parent 20d9663fb4
commit dcddeb6dfe

21
srcpkgs/pg_top/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'pg_top'
pkgname=pg_top
version=4.1.1
revision=1
build_style=cmake
hostmakedepends="python3-docutils"
makedepends="libbsd-devel ncurses-devel postgresql-libs-devel"
short_desc="'top' for PostgreSQL"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause"
homepage="https://pg_top.gitlab.io/"
distfiles="https://gitlab.com/pg_top/pg_top/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
checksum=8a3268417ba2fb321fe367ec75ae5c1465dd8702bc0e1750191b6b178dac520a
post_extract() {
vsed -i 's/rst2man.py/rst2man/g' CMakeLists.txt
}
post_install() {
vlicense LICENSE
}