# Template file for 'lazysql'
pkgname=lazysql
version=0.5.5
revision=1
build_style=go
make_check_args="-skip TestCSVWriter/Invalid_path"
go_import_path="github.com/jorgerojas26/lazysql"
go_ldflags="-X main.version=${version}"
short_desc="Simple terminal UI for SQL database management"
maintainer="Dakota Richline <drichline@protonmail.com>"
license="MIT"
homepage="https://github.com/jorgerojas26/lazysql"
distfiles="https://github.com/jorgerojas26/lazysql/archive/refs/tags/v${version}.tar.gz"
checksum=e979b86b7b40e03987d5855cece649791cf6307fc5785e1c6aac96ce6ee5135a

post_install() {
	vlicense LICENSE.txt
}
