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