18 lines
525 B
Bash
18 lines
525 B
Bash
# Template file for 'usql'
|
|
pkgname=usql
|
|
version=0.19.3
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/xo/usql
|
|
go_ldflags="-X github.com/xo/usql/text.CommandVersion=${version}"
|
|
short_desc="Universal command-line interface for SQL databases"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/xo/usql"
|
|
distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=3955e13c7108cb4a3ebb968dafa501db72d4f4fa0ddf6fb128cceb84e5a3d4c4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|