void-packages/srcpkgs/pgcli/template

27 lines
806 B
Bash
Raw Normal View History

2018-10-08 02:19:31 +00:00
# Template file for 'pgcli'
pkgname=pgcli
2019-05-31 12:49:28 +00:00
version=2.1.1
2018-10-08 02:19:31 +00:00
revision=1
archs=noarch
build_style=python3-module
pycompile_module="pgcli"
hostmakedepends="python3-setuptools"
depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit2
python3-psycopg2 python3-sqlparse python3-configobj python3-humanize
python3-cli_helpers python3-setproctitle"
short_desc="PostgreSQL CLI with autocompletion and syntax highlighting"
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
license="BSD-3-Clause"
homepage="https://www.pgcli.com"
distfiles="${PYPI_SITE}/p/pgcli/pgcli-${version}.tar.gz"
2019-05-31 12:49:28 +00:00
checksum=84e0817a29c3cacaaaf85351422bdb90f230f2550e4af558c25536fd235ab6ca
2018-10-08 02:19:31 +00:00
do_check() {
# pgcli tests require a PostgreSQL server; skip them.
:
}
post_install() {
vlicense LICENSE.txt
}