blob: 6da26bc3f0277406830b0c23d00ea2811f5d2929 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFINED_PHASES=configure install
DEPEND=sys-libs/ncurses:= sys-libs/readline:= postgres? ( dev-db/postgresql:= )
DESCRIPTION=A better pager for CLI database clients and can be used in place of psql
EAPI=8
HOMEPAGE=https://github.com/okbob/pspg
INHERIT=bash-completion-r1
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.7.tar.gz -> pspg-5.8.7.tar.gz
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 bash-completion-r1 767861f3744f589ee5291c1698b1c082
_md5_=e3452c0f0e8f93f98b83cdf5acf304b6
|