22 lines
818 B
Bash
22 lines
818 B
Bash
# Template file for 'pgcli'
|
|
pkgname=pgcli
|
|
version=3.5.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit
|
|
python3-psycopg python3-sqlparse python3-configobj python3-pendulum
|
|
python3-cli_helpers python3-setproctitle"
|
|
short_desc="PostgreSQL CLI with autocompletion and syntax highlighting"
|
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://www.pgcli.com"
|
|
changelog="https://raw.githubusercontent.com/dbcli/pgcli/main/changelog.rst"
|
|
distfiles="${PYPI_SITE}/p/pgcli/pgcli-${version}.tar.gz"
|
|
checksum=cc448d95159fc0903d36182992778a096eda5752d660d47671383c8e2bf633f1
|
|
make_check=no # pgcli tests require a PostgreSQL server; skip them.
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|