blob: 2c2f1c537af282e65e68b54d6fd65a9b2d3e95ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DEFINED_PHASES=configure
DEPEND=sys-libs/ncurses:= sys-libs/readline:= postgres? ( dev-db/postgresql:= )
DESCRIPTION=A better pager for CLI database clients, and can substitute psql
EAPI=8
HOMEPAGE=https://github.com/okbob/pspg
IUSE=postgres
KEYWORDS=amd64 x86
LICENSE=BSD-2
RDEPEND=sys-libs/ncurses:= sys-libs/readline:= postgres? ( dev-db/postgresql:= )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/okbob/pspg/archive/5.8.1.tar.gz -> pspg-5.8.1.tar.gz
_md5_=b5ac98dcb70d6bea5ae5b12e3a4c4384
|