Skip to content
Merged
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
18 changes: 18 additions & 0 deletions srcpkgs/lazysql/template
Original file line number Diff line number Diff line change
@@ -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 <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
}