From f39bd7c99da0d42a0ca266acdfa67fc2771f5dfa Mon Sep 17 00:00:00 2001 From: Kye Shi Date: Mon, 26 Apr 2021 13:14:58 -0700 Subject: [PATCH] New package: litecli-1.8.0 --- srcpkgs/litecli/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/litecli/template diff --git a/srcpkgs/litecli/template b/srcpkgs/litecli/template new file mode 100644 index 000000000000..015bce6f9b8b --- /dev/null +++ b/srcpkgs/litecli/template @@ -0,0 +1,19 @@ +# Template file for 'litecli' +pkgname=litecli +version=1.8.0 +revision=1 +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="Kye Shi " +license="BSD-3-Clause" +homepage="https://litecli.com" +distfiles="https://github.com/dbcli/litecli/archive/refs/tags/v${version}.tar.gz" +checksum=83d55a741aa9d11ff853662e424d205b9f919bfe3ef7233a1f74a7f92075b802 + + +post_install() { + vlicense LICENSE +}