From 8c5dcb12db81cd5742ba8bed9a9a7c6486d98af5 Mon Sep 17 00:00:00 2001 From: Kirilla39 Date: Mon, 16 Mar 2026 21:16:53 +0000 Subject: [PATCH] New package: sabiql-1.10.0 sabiql: update to 1.10.0 --- srcpkgs/sabiql/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/sabiql/template diff --git a/srcpkgs/sabiql/template b/srcpkgs/sabiql/template new file mode 100644 index 00000000000000..75ec1f7fc32d3e --- /dev/null +++ b/srcpkgs/sabiql/template @@ -0,0 +1,16 @@ +# Template file for 'sabiql' +pkgname=sabiql +version=1.10.0 +revision=1 +build_style=cargo +short_desc="Driver-less TUI to browse, query, and edit PostgreSQL databases" +maintainer="Kirilla39 " +license="MIT" +homepage="https://github.com/riii111/sabiql/" +changelog="https://github.com/riii111/sabiql/releases" +distfiles="https://github.com/riii111/sabiql/archive/v${version}.tar.gz" +checksum="08e43fb3a653db3660d55720ecf39cbbfd2d3e7e605a413dd2d0239d668ea74b" + +post_install() { + vlicense LICENSE +}