# Template file for 'lazysql'
pkgname=lazysql
version=0.4.7
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=7d0ebba0e9549b3f43d25358a6633e706ab3b1a410d323add7c7ef3397071f37

post_install() {
	vlicense LICENSE.txt
}
