void-packages/srcpkgs/litecli/template

20 lines
741 B
Bash

# Template file for 'litecli'
pkgname=litecli
version=1.9.0
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
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="Orphaned <orphan@voidlinux.org>"
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=21af2cfa083dd4df1e3ccaa2a2117129b5f17212756f596ea090e296776c27a1
post_install() {
vlicense LICENSE
}