Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions srcpkgs/sabiql/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Template file for 'sabiql'
pkgname=sabiql
version=1.7.0
revision=1
build_style=cargo
short_desc="Driver-less TUI to browse, query, and edit PostgreSQL databases"
maintainer="Kirilla39 <kirill39.pesin@ya.ru>"
license="MIT"
homepage="https://github.com/riii111/sabiql/"
distfiles="https://github.com/riii111/sabiql/archive/v${version}.tar.gz"
checksum="7f77191ce22003d7cb41f2c4824ae3a1e8d03c28992d28293880e733198ade23"

post_install() {
vlicense LICENSE
}