19 lines
520 B
Bash
19 lines
520 B
Bash
# Template file for 'pspg'
|
|
pkgname=pspg
|
|
version=5.8.3
|
|
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=eee68a38267fb4102b9cdcc3f5f27def799007f1ce71892e95111c27a05309c3
|
|
|
|
post_install() {
|
|
vman pspg.1
|
|
vlicense LICENSE
|
|
}
|