Skip to content

Instantly share code, notes, and snippets.

@nslxndr
Created July 18, 2018 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nslxndr/3f99602c2afb3d40a7913338e2bd8e5d to your computer and use it in GitHub Desktop.
Save nslxndr/3f99602c2afb3d40a7913338e2bd8e5d to your computer and use it in GitHub Desktop.
# Maintainer: fzerorubigd <fzero@rubi.gd>
# Contributor: Sandor Nagy <sandor.nagy@kdemail.net>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=pgcli
pkgver=1.10.0
pkgrel=1
pkgdesc="a command line interface for Postgres with auto-completion and syntax highlighting"
url="http://pgcli.com/"
arch=(any)
license=('BSD')
depends=('python' 'python-sqlparse' 'python-psycopg2' 'python-click' 'python-prompt_toolkit' 'python-humanize' 'python-configobj' 'python-pgspecial>=1.9.0' 'python-setproctitle' 'python-cli_helpers')
makedepends=('python-distribute')
source=($pkgname-$pkgver.zip::https://github.com/dbcli/pgcli/archive/v$pkgver.zip)
provides=('pgcli')
conflicts=('pgcli-git')
package() {
cd $srcdir/pgcli-${pkgver}
python setup.py install --root=$pkgdir/ --optimize=1
}
md5sums=('acb64997eaf53fbf76bf0cf1ce457c5e')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment