# Template file for 'litecli'
pkgname=litecli
version=1.17.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm"
depends="python3-click python3-Pygments python3-prompt_toolkit python3-sqlparse
 python3-configobj python3-cli_helpers"
checkdepends="${depends} python3-pytest python3-mock"
short_desc="CLI for SQLite Databases with auto-completion and syntax highlighting"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="BSD-3-Clause"
homepage="https://litecli.com"
changelog="https://raw.githubusercontent.com/dbcli/litecli/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/l/litecli/litecli-${version}.tar.gz"
checksum=e2f7191eaba830b24dbbfc9171a495c62562df923ba1cc3b2db2652547c1bac8

post_install() {
	vlicense LICENSE
}
