summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: e0501f6fc27e5398093c71ae132994cbf5b240e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
pkgbase = pgcli-git
	pkgdesc = a command line interface for Postgres with auto-completion and syntax highlighting
	pkgver = v2.2.0.r7.g901812a7
	pkgrel = 1
	url = http://pgcli.com/
	arch = any
	license = BSD
	makedepends = python-distribute
	depends = python
	depends = python-sqlparse
	depends = python-psycopg2
	depends = python-click
	depends = python-prompt_toolkit
	depends = python-humanize
	depends = python-configobj
	depends = python-pgspecial>=1.9.0
	depends = python-setproctitle
	depends = python-cli_helpers
	optdepends = python-keyring: using keyring for saving password
	provides = pgcli
	conflicts = pgcli
	source = git://github.com/amjith/pgcli.git
	md5sums = SKIP

pkgname = pgcli-git