diff --git a/srcpkgs/lazysql/template b/srcpkgs/lazysql/template new file mode 100644 index 00000000000000..bae1f597562e5c --- /dev/null +++ b/srcpkgs/lazysql/template @@ -0,0 +1,18 @@ +# 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 " +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 +}