From 305d467d39bbe3ac5c1370174ba41a92bc8ebe2a 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.6.0 --- srcpkgs/litecli/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/litecli/template diff --git a/srcpkgs/litecli/template b/srcpkgs/litecli/template new file mode 100644 index 000000000000..8879b2033385 --- /dev/null +++ b/srcpkgs/litecli/template @@ -0,0 +1,17 @@ +# Template file for 'litecli' +pkgname=litecli +version=1.6.0 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools python3-wheel" +depends="python3-click python3-Pygments python3-prompt_toolkit python3-sqlparse python3-configobj python3-cli_helpers" +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/${pkgname}/archive/refs/tags/v${version}.tar.gz" +checksum='7481b786571a293c8feff4d9a195ba9e1ee64ad8329d1784d7d2709e3a16275a' + +post_install() { + vlicense LICENSE +}