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 +}