New package: pspg-5.8.0

This commit is contained in:
Leah Neukirchen 2023-10-31 17:15:21 +01:00
parent 79a7f7a72b
commit 0ca35f433c

18
srcpkgs/pspg/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'pspg'
pkgname=pspg
version=5.8.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="postgresql-libs-devel ncurses-devel"
short_desc="Pager for tables and CSV"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-2-Clause"
homepage="https://github.com/okbob/pspg"
distfiles="https://github.com/okbob/pspg/archive/refs/tags/${version}.tar.gz"
checksum=e1043e61aa18916f0c02627a32059e0f0d68f5050a38fc36ea578d517ebb12ce
post_install() {
vman pspg.1
vlicense LICENSE
}