New package: pg_top-4.1.1
This commit is contained in:
parent
20d9663fb4
commit
dcddeb6dfe
1 changed files with 21 additions and 0 deletions
21
srcpkgs/pg_top/template
Normal file
21
srcpkgs/pg_top/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue